This commit is contained in:
@@ -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 />} />;
|
||||
|
||||
Reference in New Issue
Block a user