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.
1 parent d419871 commit 8283682Copy full SHA for 8283682
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: Uncommon this to enable Bug Bounty Banner: <BugBountyBanner /> */}
461
<Content>
462
<HeroCard>
463
<HeroContainer>
0 commit comments