Skip to content

Commit 6825c4c

Browse files
committed
ui: make app icon a square; update web icon
1 parent 88ed6e7 commit 6825c4c

7 files changed

Lines changed: 2 additions & 2 deletions

File tree

app-icon.png

-116 Bytes
Loading
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from trame.assets.local import LocalFileManager
22

33
ASSETS = LocalFileManager(__file__)
4-
ASSETS.url("icon", "icon-192.png")
5-
ASSETS.url("logo", "icon-full.png")
4+
ASSETS.url("icon", "app-icon.png")
5+
ASSETS.url("logo", "app-icon.png")
66
ASSETS.url("banner", "banner.jpg")
321 KB
Loading
-52 KB
Binary file not shown.
-210 KB
Binary file not shown.
-16.7 KB
Binary file not shown.
-49.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)