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 5cabc48 + 92b9701 commit 383f904Copy full SHA for 383f904
src/pages/bug-bounty.tsx
@@ -456,8 +456,7 @@ const BugBountiesPage = () => {
456
title={t("page-upgrades-bug-bounty-meta-title")}
457
description={t("page-upgrades-bug-bounty-meta-description")}
458
/>
459
- {/* TODO: Remove two weeks prior to scheduled mainnet Dencun hardfork */}
460
- <BugBountyBanner />
+ {/* INFO: Uncomment this to enable Bug Bounty Banner: <BugBountyBanner /> */}
461
<Content>
462
<HeroCard>
463
<HeroContainer>
0 commit comments