refactor: remove "Security" link from Footer component for streamlined navigation
This commit is contained in:
@@ -20,9 +20,6 @@ export function Footer({ LinkComponent = Link, appName = 'Pulse' }: FooterProps)
|
|||||||
<Component href="/about" className="hover:text-brand-orange transition-colors">
|
<Component href="/about" className="hover:text-brand-orange transition-colors">
|
||||||
Why {appName}
|
Why {appName}
|
||||||
</Component>
|
</Component>
|
||||||
<Component href="/security" className="hover:text-brand-orange transition-colors">
|
|
||||||
Security
|
|
||||||
</Component>
|
|
||||||
<Component href="/faq" className="hover:text-brand-orange transition-colors">
|
<Component href="/faq" className="hover:text-brand-orange transition-colors">
|
||||||
FAQ
|
FAQ
|
||||||
</Component>
|
</Component>
|
||||||
|
|||||||
Reference in New Issue
Block a user