mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-16 01:06:59 +08:00
fix: remove unused badge property from FooterSection
This commit is contained in:
@@ -130,21 +130,10 @@ export default function FooterSection({ language }: FooterSectionProps) {
|
|||||||
href={link.href}
|
href={link.href}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-sm transition-colors hover:text-[#F0B90B] inline-flex items-center gap-2"
|
className="text-sm transition-colors hover:text-[#F0B90B]"
|
||||||
style={{ color: '#5E6673' }}
|
style={{ color: '#5E6673' }}
|
||||||
>
|
>
|
||||||
{link.name}
|
{link.name}
|
||||||
{link.badge && (
|
|
||||||
<span
|
|
||||||
className="text-xs px-1.5 py-0.5 rounded"
|
|
||||||
style={{
|
|
||||||
background: 'rgba(240, 185, 11, 0.1)',
|
|
||||||
color: '#F0B90B',
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{link.badge}
|
|
||||||
</span>
|
|
||||||
)}
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user