Header has working auth stuff. Good place to let ai takeover maybe

This commit is contained in:
2026-01-13 11:25:56 -06:00
parent 13775ea688
commit 43d010f7e4
4 changed files with 99 additions and 4 deletions

View File

@@ -2,9 +2,8 @@
import Image from 'next/image';
import Link from 'next/link';
import { cn } from '@gib/ui';
import type { ComponentProps } from 'react';
//import { Controls } from './controls';
import { Controls } from './controls';
export default function Header(headerProps: ComponentProps<'header'>) {
return (
@@ -40,7 +39,7 @@ export default function Header(headerProps: ComponentProps<'header'>) {
</div>
<div className='flex-1 flex justfiy-end'>
<Controls />
</div>
</div>
</header>