Skip to content

Commit d98fc90

Browse files
committed
+
1 parent 6f0f382 commit d98fc90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ui/DocsLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const pageHasDialects = Object.keys(dialects).includes(
3838
/>
3939
<body class="banner-shown">
4040
<MDXStyles />
41-
<!-- <Banner /> -->
41+
<Banner />
4242
<Header />
4343
<div class="fixed-container">
4444
<div class="fixed-elements">

src/ui/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const { tree } = await getContentTree({});
1818
<html lang="en">
1919
<BaseHead title={title} />
2020
<body class="banner-shown">
21-
<!-- <Banner /> -->
21+
<Banner />
2222
<NavigationAstro />
2323
<main class="landing-wrap scrollbar">
2424
<div class="landing-content">

0 commit comments

Comments
 (0)