Skip to content

Commit 02f5a64

Browse files
authored
Merge pull request #14922 from ethereum/fredriksvantes-patch-1
Add Pectra info to bug bounty page
2 parents 9c83c19 + 7ec4b18 commit 02f5a64

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/components/Banners/BugBountyBanner/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ const BugBountyBanner = () => (
99
<BannerNotification shouldShow>
1010
<Center>
1111
<p>
12-
The Ethereum Protocol Attackathon is live on{" "}
13-
<a href="https://immunefi.com/audit-competition/ethereum-protocol-attackathon/">
14-
Immunefi
12+
Prague code is now in scope! The Prague Audit Competition is running on {" "}
13+
<a href="https://cantina.xyz/competitions/9ab19e33-b73c-4384-83a8-b905f508ce5e">
14+
Cantina
1515
</a>{" "}
16-
until the 20th of January, with up to $1,500,000 in rewards!
16+
during 21st of February - 21st of March, with up to $2,000,000 in rewards!
1717
</p>
1818
</Center>
1919
</BannerNotification>

src/pages/bug-bounty.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { serverSideTranslations } from "next-i18next/serverSideTranslations"
77
import type { BasePageProps, ChildOnlyProp, Lang } from "@/lib/types"
88

99
/* Uncomment for Bug Bounty Banner: */
10-
/* import BugBountyBanner from "@/components/Banners/BugBountyBanner" */
10+
import BugBountyBanner from "@/components/Banners/BugBountyBanner"
1111
import Breadcrumbs from "@/components/Breadcrumbs"
1212
import BugBountyCards from "@/components/BugBountyCards"
1313
import Card from "@/components/Card"
@@ -384,7 +384,7 @@ const BugBountiesPage = () => {
384384
description={t("page-upgrades-bug-bounty-meta-description")}
385385
/>
386386
{/* Uncomment for Bug Bounty Banner: */}
387-
{/* <BugBountyBanner /> */}
387+
<BugBountyBanner />
388388
<Content>
389389
<HeroCard>
390390
<HeroContainer>

0 commit comments

Comments
 (0)