diff --git a/src/components/Banners/BugBountyBanner/index.tsx b/src/components/Banners/BugBountyBanner/index.tsx index 983028d1301..b38e9d4bc9d 100644 --- a/src/components/Banners/BugBountyBanner/index.tsx +++ b/src/components/Banners/BugBountyBanner/index.tsx @@ -9,11 +9,11 @@ const BugBountyBanner = () => (

- The Ethereum Protocol Attackathon is live on{" "} - - Immunefi + Prague code is now in scope! The Prague Audit Competition is running on {" "} + + Cantina {" "} - until the 20th of January, with up to $1,500,000 in rewards! + during 21st of February - 21st of March, with up to $2,000,000 in rewards!

diff --git a/src/pages/bug-bounty.tsx b/src/pages/bug-bounty.tsx index 0f912e61c74..af60ce785a7 100644 --- a/src/pages/bug-bounty.tsx +++ b/src/pages/bug-bounty.tsx @@ -7,7 +7,7 @@ import { serverSideTranslations } from "next-i18next/serverSideTranslations" import type { BasePageProps, ChildOnlyProp, Lang } from "@/lib/types" /* Uncomment for Bug Bounty Banner: */ -/* import BugBountyBanner from "@/components/Banners/BugBountyBanner" */ +import BugBountyBanner from "@/components/Banners/BugBountyBanner" import Breadcrumbs from "@/components/Breadcrumbs" import BugBountyCards from "@/components/BugBountyCards" import Card from "@/components/Card" @@ -384,7 +384,7 @@ const BugBountiesPage = () => { description={t("page-upgrades-bug-bounty-meta-description")} /> {/* Uncomment for Bug Bounty Banner: */} - {/* */} +