We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073dc90 commit 4fd9a2dCopy full SHA for 4fd9a2d
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
- <PromoBanner client:load />
+ {!isPostDownloadPage && <PromoBanner client:load />}
59
</header>
60
61
<slot />
0 commit comments