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.
2 parents ce9a049 + c1aeb89 commit d651821Copy full SHA for d651821
src/views/base/navigation/header.astro
@@ -16,7 +16,7 @@ const isHome = path === "/";
16
const isAbout = /^\/about\/?/.test(path);
17
const isJoinUs = /^\/join-us\/?/.test(path);
18
const isSearch = /^\/search\/?/.test(path);
19
-const isRebrandPost = /^\/posts\/rebrand-to-playful-programming\/?/.test(path);
+// const isRebrandPost = /^\/posts\/rebrand-to-playful-programming\/?/.test(path);
20
21
const props = Astro.props as {
22
size: undefined | "l" | "xl";
@@ -117,5 +117,5 @@ const props = Astro.props as {
117
</div>
118
</nav>
119
120
- {!isRebrandPost && <RebrandAnnouncementBanner size={props.size} />}
+ <!--{!isRebrandPost && <RebrandAnnouncementBanner size={props.size} />}-->
121
</header>
0 commit comments