Start generating metadata for the page

This commit is contained in:
Samy Pessé
2023-10-23 00:05:13 +02:00
parent 68d198f255
commit e29fb2091e
2 changed files with 34 additions and 10 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ export function Header(props: { space: Space }) {
const { space } = props;
return (
<div
<header
className={clsx(
'h-16',
'sticky top-0 z-40 w-full backdrop-blur flex-none transition-colors duration-500 lg:z-50 lg:border-b lg:border-slate-900/10 dark:border-slate-50/[0.06] bg-white/95 supports-backdrop-blur:bg-white/60 dark:bg-transparent',
@@ -29,6 +29,6 @@ export function Header(props: { space: Space }) {
</Suspense>
</div>
</div>
</div>
</header>
);
}