docs(www): fix typo in site-header.tsx (#6897)

Fixed a small typo in the site-header.tsx
This commit is contained in:
Kasper Aamodt
2025-03-10 18:41:00 +01:00
committed by GitHub
parent 1d55420629
commit 33b6146fde

View File

@@ -19,7 +19,7 @@ export function SiteHeader() {
const { toggleSidebar } = useSidebar()
return (
<header className="fle sticky top-0 z-50 w-full items-center border-b bg-background">
<header className="flex sticky top-0 z-50 w-full items-center border-b bg-background">
<div className="flex h-[--header-height] w-full items-center gap-2 px-4">
<Button
className="h-8 w-8"