feat: update navigation links to include 'Features' for unauthenticated users and maintain 'Tools' for authenticated users
This commit is contained in:
@@ -20,6 +20,7 @@ const footerLinks = {
|
||||
{ name: 'Ciphera Relay', href: 'https://ciphera.net/products#relay', external: true },
|
||||
],
|
||||
company: [
|
||||
{ name: 'Features', href: '/features', external: false },
|
||||
{ name: 'About', href: '/about', external: false },
|
||||
{ name: 'Pricing', href: '/pricing', external: false },
|
||||
{ name: 'Contact', href: 'https://ciphera.net/contact', external: true },
|
||||
|
||||
Reference in New Issue
Block a user