Skip to content

Commit 383f904

Browse files
authored
Merge pull request #12435 from ethereum/fredriksvantes-patch-1
Disable Bug Bounty Banner
2 parents 5cabc48 + 92b9701 commit 383f904

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/bug-bounty.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,7 @@ const BugBountiesPage = () => {
456456
title={t("page-upgrades-bug-bounty-meta-title")}
457457
description={t("page-upgrades-bug-bounty-meta-description")}
458458
/>
459-
{/* TODO: Remove two weeks prior to scheduled mainnet Dencun hardfork */}
460-
<BugBountyBanner />
459+
{/* INFO: Uncomment this to enable Bug Bounty Banner: <BugBountyBanner /> */}
461460
<Content>
462461
<HeroCard>
463462
<HeroContainer>

0 commit comments

Comments
 (0)