feat: FIFA WM 2026 unofficial logo in header (PNG)

Unofficial logo works in both dark and light mode (colored on transparent).
Official and white variants also included as alternatives.
Removed broken SVG files (Cloudflare blocked downloads).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ronny
2026-04-12 15:32:48 +02:00
parent f88f2ac6bc
commit 9b78c4a46c
11 changed files with 4 additions and 181 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ export default function App() {
<div className={styles.headerInner}>
<div className={styles.logo}>
<img
src={theme === 'dark' ? '/assets/wm2026-logo-white.svg' : '/assets/wm2026-logo.svg'}
src="/assets/wm2026-logo.png"
alt="FIFA WM 2026"
className={styles.logoImg}
/>