Skip to content

Commit 30eda6d

Browse files
authored
Update bug-bounty.tsx
1 parent 9316960 commit 30eda6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/bug-bounty.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,8 @@ const BugBountiesPage = () => {
472472
title={t("page-upgrades-bug-bounty-meta-title")}
473473
description={t("page-upgrades-bug-bounty-meta-description")}
474474
/>
475-
{/* INFO: Uncomment this to enable Bug Bounty Banner: <BugBountyBanner /> */}
475+
{/* TODO: Remove on the 25th of January */}
476+
<BugBountyBanner />
476477
<Content>
477478
<HeroCard>
478479
<HeroContainer>

0 commit comments

Comments
 (0)