Bugfix: PWA-Banner zentriert, logo gefixt
This commit is contained in:
8
static/logo.svg
Normal file
8
static/logo.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="15" y="25" width="90" height="80" rx="16" fill="#2563eb"/>
|
||||
<rect x="15" y="25" width="90" height="20" rx="6" fill="#1e40af"/>
|
||||
<rect x="30" y="55" width="60" height="35" rx="8" fill="#fff"/>
|
||||
<text x="60" y="80" text-anchor="middle" font-size="28" font-family="Segoe UI, Arial, sans-serif" fill="#2563eb" font-weight="bold">15</text>
|
||||
<rect x="35" y="15" width="8" height="18" rx="4" fill="#fff"/>
|
||||
<rect x="77" y="15" width="8" height="18" rx="4" fill="#fff"/>
|
||||
</svg>
|
After Width: | Height: | Size: 586 B |
@@ -9,6 +9,6 @@
|
||||
"icons": [
|
||||
{ "src": "/favicon.png", "sizes": "32x32", "type": "image/png" },
|
||||
{ "src": "/favicon.ico", "sizes": "48x48 64x64 128x128 256x256", "type": "image/x-icon" },
|
||||
{ "src": "/logo.svg", "sizes": "any", "type": "image/svg+xml" }
|
||||
{ "src": "/static/logo.svg", "sizes": "any", "type": "image/svg+xml" }
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user