Skip to content

Commit

Permalink
Merge pull request #3371 from kbase/PTV-1687-update-favicon
Browse files Browse the repository at this point in the history
PTV-1687 update favicon
  • Loading branch information
ialarmedalien committed Sep 29, 2023
2 parents c7c1c93 + c60771b commit d9ca826
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ This is built on the Jupyter Notebook v6.4.12 and IPython 8.5.0 (more notes will

## Version 5.2.1
- PTV-1900 - a previous bugfix exposed an issue in the SpeciesTreeBuilder apps. This provides a workaround to keep those apps running.
- PTV-1687 - update favicon

### Dependency Changes

- Python dependency updates
- coverage: 7.2.7 -> 7.3.0
- coverage: 7.2.7 -> 7.3.1
- cryptography: 41.0.2 -> 41.0.4
- pygments: 2.15.1 -> 2.16.1
- pymongo: 4.4.1 -> 4.5.0
Expand Down
2 changes: 1 addition & 1 deletion kbase-extension/kbase_templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>{% block title %}KBase Narrative{% endblock %}</title>
{% block favicon %}<link id="favicon" rel="shortcut icon" type="image/x-icon" href="{{static_url("kbase/images/KBase_favicon.ico") }}">{% endblock %}
{% block favicon %}<link id="favicon" rel="shortcut icon" type="image/x-icon" href="{{static_url("kbase/images/kbase-favicon-32-bgwhite_rounded_corners.png") }}" sizes="32x32">{% endblock %}
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="{{static_url("components/jquery-ui/themes/smoothness/jquery-ui.min.css") }}" type="text/css" />
<link rel="stylesheet" href="{{static_url("components/jquery-typeahead/dist/jquery.typeahead.min.css") }}" type="text/css" />
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# clustergrammer_widget
beautifulsoup4==4.12.2
black==23.7.0
coverage==7.3.0
coverage==7.3.1
cryptography==41.0.4
decorator==5.1.1
flake8==6.1.0
Expand Down

0 comments on commit d9ca826

Please sign in to comment.