Skip to content

Commit bd3ba67

Browse files
authored
Merge pull request #14768 from ethereum/fredriksvantes-patch-1
Disabling bug bounty banner
2 parents 056a470 + a56cac5 commit bd3ba67

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/bug-bounty.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import {
1212

1313
import type { BasePageProps, ChildOnlyProp, Lang } from "@/lib/types"
1414

15-
import BugBountyBanner from "@/components/Banners/BugBountyBanner"
15+
/* Uncomment for Bug Bounty Banner: */
16+
/* import BugBountyBanner from "@/components/Banners/BugBountyBanner" */
1617
import Breadcrumbs from "@/components/Breadcrumbs"
1718
import BugBountyCards from "@/components/BugBountyCards"
1819
import ButtonLink from "@/components/Buttons/ButtonLink"
@@ -473,8 +474,8 @@ const BugBountiesPage = () => {
473474
title={t("page-upgrades-bug-bounty-meta-title")}
474475
description={t("page-upgrades-bug-bounty-meta-description")}
475476
/>
476-
{ /* TODO: Remove on the 25th of January */ }
477-
<BugBountyBanner />
477+
{ /* Uncomment for Bug Bounty Banner: */ }
478+
{ /* <BugBountyBanner /> */ }
478479
<Content>
479480
<HeroCard>
480481
<HeroContainer>

0 commit comments

Comments
 (0)