Skip to content

Commit d651821

Browse files
authored
chore: remove pfp rename announcement banner (playfulprogramming#1244)
We've now had this banner live for nearly 6 months. Let's remove it to leave room for other announcements 👀
2 parents ce9a049 + c1aeb89 commit d651821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/base/navigation/header.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const isHome = path === "/";
1616
const isAbout = /^\/about\/?/.test(path);
1717
const isJoinUs = /^\/join-us\/?/.test(path);
1818
const isSearch = /^\/search\/?/.test(path);
19-
const isRebrandPost = /^\/posts\/rebrand-to-playful-programming\/?/.test(path);
19+
// const isRebrandPost = /^\/posts\/rebrand-to-playful-programming\/?/.test(path);
2020
2121
const props = Astro.props as {
2222
size: undefined | "l" | "xl";
@@ -117,5 +117,5 @@ const props = Astro.props as {
117117
</div>
118118
</nav>
119119
</div>
120-
{!isRebrandPost && <RebrandAnnouncementBanner size={props.size} />}
120+
<!--{!isRebrandPost && <RebrandAnnouncementBanner size={props.size} />}-->
121121
</header>

0 commit comments

Comments
 (0)