Skip to content

Commit fb441cb

Browse files
committed
fix(ui): keep one apple-touch-icon for iOS <=18 users
1 parent 084e4b0 commit fb441cb

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

internal/template/templates/common/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
<link rel="manifest" href="{{ routePath "/manifest.json" }}" crossorigin="use-credentials">
1818

19+
<link rel="apple-touch-icon" href="{{ iconPath "icon-180.png" }}">
1920
<link rel="icon" href="{{ iconPath "icon.svg" }}">
2021

2122
{{ $cspNonce := nonce }}
-571 Bytes
Binary file not shown.
744 Bytes
Loading

internal/ui/static/bin/icon.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)