Bugfix: PWA-Banner zentriert, logo gefixt

This commit is contained in:
2025-07-24 13:35:56 +02:00
parent ae373b82be
commit d9010d10c5
2 changed files with 2 additions and 2 deletions

View File

@@ -5,4 +5,4 @@
<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>
</svg>

Before

Width:  |  Height:  |  Size: 585 B

After

Width:  |  Height:  |  Size: 586 B

View File

@@ -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" }
]
}