feat: WM 2026 trophy SVG without text in header
Build & Deploy Tippspiel / build (push) Successful in 50s

Extracted trophy graphic from unofficial logo SVG, removed
"FIFA WORLD CUP", "2026", and country names text.
Works in both dark and light mode (colored on transparent).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ronny
2026-04-12 15:39:33 +02:00
parent 876ca4d215
commit 9e1a982d37
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ export default function App() {
<div className={styles.headerInner}>
<div className={styles.logo}>
<img
src="/assets/wm2026-logo.png"
src="/assets/wm2026-trophy.svg"
alt="FIFA WM 2026"
className={styles.logoImg}
/>