refactor: remove "Security" link from Footer component for streamlined navigation

This commit is contained in:
Usman Baig
2026-01-31 14:07:22 +01:00
parent 62c81f7911
commit 8550909047

View File

@@ -20,9 +20,6 @@ export function Footer({ LinkComponent = Link, appName = 'Pulse' }: FooterProps)
<Component href="/about" className="hover:text-brand-orange transition-colors">
Why {appName}
</Component>
<Component href="/security" className="hover:text-brand-orange transition-colors">
Security
</Component>
<Component href="/faq" className="hover:text-brand-orange transition-colors">
FAQ
</Component>