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 7b1101f commit 9852c63Copy full SHA for 9852c63
src/layouts/BaseLayout.astro
@@ -55,7 +55,7 @@ const isPostDownloadPage = Astro.request.url.includes("/post-download");
55
<NavigationReact client:load currentURL={Astro.request.url} />
56
<BetaBanner client:load url={Astro.request.url} />
57
<SurveyBanner client:load url={Astro.request.url} />
58
- {false && <PromoBanner client:load />}
+ <PromoBanner client:load />
59
</header>
60
61
<slot />
0 commit comments