Skip to content

Commit

Permalink
STYLE: Replace transparent with round logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
clukas1 committed Sep 25, 2024
1 parent 98aaf2e commit 8dba733
Show file tree
Hide file tree
Showing 2 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-transparent.png"
LOGO_PATH = Path(__file__).parent / "assets" / "naviqore-round.png"
ICON_PATH = Path(__file__).parent / "assets" / "favicon.ico"
Binary file not shown.

0 comments on commit 8dba733

Please sign in to comment.