From c9e1beafc7f5553105c13d1762583d6006fc0043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 14 Jun 2026 20:01:28 +0200 Subject: [PATCH] feat: replace hand-drawn ball SVG with FIFA trophy icon in nav Co-Authored-By: Claude Sonnet 4.6 --- components/nav.tsx | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/components/nav.tsx b/components/nav.tsx index 130596a..3007e51 100644 --- a/components/nav.tsx +++ b/components/nav.tsx @@ -3,22 +3,9 @@ import Link from 'next/link' import { usePathname, useRouter } from 'next/navigation' import { useState } from 'react' -const WC_BALL = ( - - - - - - - - - - - - - - - +const WC_TROPHY = ( + // eslint-disable-next-line @next/next/no-img-element + ) const NAV_LINKS = [ @@ -42,7 +29,7 @@ export function Nav() {