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() {