Public Nav: Yield Link wieder hinzugefügt
Some checks failed
CI / Frontend Lint & Type Check (push) Has been cancelled
CI / Frontend Build (push) Has been cancelled
CI / Backend Lint (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
Deploy / Build & Push Images (push) Has been cancelled
Deploy / Deploy to Server (push) Has been cancelled
Deploy / Notify (push) Has been cancelled

This commit is contained in:
2025-12-17 07:30:13 +01:00
parent 5f5509b7f8
commit 9656d8d028
2 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,7 @@ export function Footer() {
{ href: '/acquire', label: 'Acquire' }, { href: '/acquire', label: 'Acquire' },
{ href: '/discover', label: 'Discover' }, { href: '/discover', label: 'Discover' },
{ href: '/intelligence', label: 'Intel' }, { href: '/intelligence', label: 'Intel' },
{ href: '/yield', label: 'Yield' },
{ href: '/pricing', label: 'Pricing' }, { href: '/pricing', label: 'Pricing' },
].map((link) => ( ].map((link) => (
<li key={link.href}> <li key={link.href}>

View File

@ -36,6 +36,7 @@ export function Header() {
{ href: '/discover', label: 'Discover', icon: TrendingUp }, { href: '/discover', label: 'Discover', icon: TrendingUp },
{ href: '/acquire', label: 'Acquire', icon: Gavel }, { href: '/acquire', label: 'Acquire', icon: Gavel },
{ href: '/intelligence', label: 'Intel', icon: TrendingUp }, { href: '/intelligence', label: 'Intel', icon: TrendingUp },
{ href: '/yield', label: 'Yield', icon: Coins },
{ href: '/pricing', label: 'Pricing', icon: CreditCard }, { href: '/pricing', label: 'Pricing', icon: CreditCard },
] ]