Skip to content

Commit bde7245

Browse files
authored
Add Pectra info to bug bounty page
1 parent 61aa028 commit bde7245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)