We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0f382 commit d98fc90Copy full SHA for d98fc90
src/ui/DocsLayout.astro
@@ -38,7 +38,7 @@ const pageHasDialects = Object.keys(dialects).includes(
38
/>
39
<body class="banner-shown">
40
<MDXStyles />
41
- <!-- <Banner /> -->
+ <Banner />
42
<Header />
43
<div class="fixed-container">
44
<div class="fixed-elements">
src/ui/Layout.astro
@@ -18,7 +18,7 @@ const { tree } = await getContentTree({});
18
<html lang="en">
19
<BaseHead title={title} />
20
21
22
<NavigationAstro />
23
<main class="landing-wrap scrollbar">
24
<div class="landing-content">
0 commit comments