From d8aeba6906960cbe046de9a440fe17bc43a81935 Mon Sep 17 00:00:00 2001 From: tinkle-community Date: Sun, 21 Dec 2025 13:21:16 +0800 Subject: [PATCH] fix: remove unused badge property from FooterSection --- web/src/components/landing/FooterSection.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/web/src/components/landing/FooterSection.tsx b/web/src/components/landing/FooterSection.tsx index ec55691f..bcaefe4a 100644 --- a/web/src/components/landing/FooterSection.tsx +++ b/web/src/components/landing/FooterSection.tsx @@ -130,21 +130,10 @@ export default function FooterSection({ language }: FooterSectionProps) { href={link.href} target="_blank" 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' }} > {link.name} - {link.badge && ( - - {link.badge} - - )} ))}