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} - - )} ))}