Skip to content

Commit

Permalink
Merge pull request #35 from PennChopMicrobiomeProgram/34-upgrade-favicon
Browse files Browse the repository at this point in the history
Update favicon
  • Loading branch information
Ulthran authored Oct 11, 2024
2 parents 3feeb68 + f3aa3c9 commit 7549de4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@app.route("/favicon.ico")
def favicon():
return send_from_directory(
Path(app.root_path) / "static" / "img",
Path(app.root_path) / "static",
"favicon.ico",
mimetype="image/vnd.microsoft.icon",
)
Expand Down
2 changes: 1 addition & 1 deletion app/sample_registry/src/sample_registry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker

__version__ = "1.0.2"
__version__ = "1.0.4"


def sample_registry_version():
Expand Down
Binary file added app/static/favicon.ico
Binary file not shown.
Binary file removed app/static/img/favicon.ico
Binary file not shown.

0 comments on commit 7549de4

Please sign in to comment.