mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-23 02:53:29 +00:00
Start generating metadata for the page
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user