fix: build errors fix attempt

This commit is contained in:
2024-05-19 15:21:31 +02:00
parent 46985c9623
commit 5168b2e499
10 changed files with 9 additions and 31 deletions

View File

@@ -24,9 +24,9 @@ export function SiteHeader({ className }: Props) {
className="flex items-center rounded p-1.5 hover:bg-accent"
onClick={toggleSidebar}
>
<span className="sr-only">Toggle sidebar</span>
<Menu />
</button>
{/* @ts-expect-error react 19 beta error */}
<Link className="text-lg" href="/">
{siteConfig.name}
</Link>