Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/components/Banners/BugBountyBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ const BugBountyBanner = () => (
<BannerNotification shouldShow>
<Center>
<p>
The Ethereum Protocol Attackathon is live on{" "}
<a href="https://immunefi.com/audit-competition/ethereum-protocol-attackathon/">
Immunefi
Prague code is now in scope! The Prague Audit Competition is running on {" "}
<a href="https://cantina.xyz/competitions/9ab19e33-b73c-4384-83a8-b905f508ce5e">
Cantina
</a>{" "}
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!
</p>
</Center>
</BannerNotification>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/bug-bounty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -384,7 +384,7 @@ const BugBountiesPage = () => {
description={t("page-upgrades-bug-bounty-meta-description")}
/>
{/* Uncomment for Bug Bounty Banner: */}
{/* <BugBountyBanner /> */}
<BugBountyBanner />
<Content>
<HeroCard>
<HeroContainer>
Expand Down