fix: increase trophy icon height to 36px

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 20:02:39 +02:00
parent ffa8ec16c8
commit 05a75fffca
+1 -1
View File
@@ -5,7 +5,7 @@ import { useState } from 'react'
const WC_TROPHY = (
// eslint-disable-next-line @next/next/no-img-element
<img src="/favicon.svg" style={{ height: '22px', width: 'auto' }} alt="" />
<img src="/favicon.svg" style={{ height: '36px', width: 'auto' }} alt="" />
)
const NAV_LINKS = [