Skip to content

Commit 6f0f382

Browse files
committed
+
1 parent e149b34 commit 6f0f382

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ui/CenteredLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const { title, tree } = await getContentTree({
3232
/>
3333
<body class="banner-shown">
3434
<MDXStyles />
35-
<!-- <Banner /> -->
35+
<Banner />
3636
<NavigationAstro />
3737
<div class="aside-wrap">
3838
<DocsSidebar tree={tree} headings={[]} forLanding={true} />

src/ui/components/Banner.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="banner" class="banner">
22
<div class="banner__content">
3-
<a href="https://driz.link/onedollarstats" target="_blank" rel="nofollow noreferrer">BLACK FRIDAY DEAL on One Dollar Stats 🚀</a>
3+
<a href="https://mssql.drizzle.team" target="_blank" rel="nofollow noreferrer">Help Drizzle build MSSQL driver 🚀</a>
44
</div>
55
</div>
66

0 commit comments

Comments
 (0)