WIP
Some checks failed
Build and Test / run-test (20.x) (push) Failing after 1m36s

This commit is contained in:
2026-04-09 20:57:35 -03:00
parent 9c0006e2dc
commit 3f9613d98b
12 changed files with 1631 additions and 52 deletions

View File

@@ -3,8 +3,8 @@ import { BlankUserButton } from '@/ui/components/internal/user-profile/user-prof
export const StaticDesktopHeader = () => {
const links = [
{ href: '/home', label: 'Home' },
{ href: '/about', label: 'About' },
{ href: '/home', label: 'Home', condition: true },
{ href: '/about', label: 'About', condition: true },
];
return <BaseDesktopHeader links={links} userButton={<BlankUserButton />} />;