Skip to content

Commit

Permalink
Merge pull request #25 from naviqore/feature/transparent-logo
Browse files Browse the repository at this point in the history
ORG: NAV-185 - Add transparent logo
  • Loading branch information
clukas1 authored Sep 25, 2024
2 parents 7026a69 + 8dba733 commit c81255d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_transit_viewer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pathlib import Path

LOGO_PATH = Path(__file__).parent / "assets" / "naviqore.png"
LOGO_PATH = Path(__file__).parent / "assets" / "naviqore-round.png"
ICON_PATH = Path(__file__).parent / "assets" / "favicon.ico"
Binary file modified public_transit_viewer/assets/favicon.ico
Binary file not shown.
Binary file added public_transit_viewer/assets/naviqore-round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public_transit_viewer/assets/naviqore.png
Binary file not shown.

0 comments on commit c81255d

Please sign in to comment.