fix: increase trophy icon height to 36px
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user