File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { serverSideTranslations } from "next-i18next/serverSideTranslations"
7
7
import type { BasePageProps , ChildOnlyProp , Lang } from "@/lib/types"
8
8
9
9
/* Uncomment for Bug Bounty Banner: */
10
- /* import BugBountyBanner from "@/components/Banners/BugBountyBanner" */
10
+ import BugBountyBanner from "@/components/Banners/BugBountyBanner"
11
11
import Breadcrumbs from "@/components/Breadcrumbs"
12
12
import BugBountyCards from "@/components/BugBountyCards"
13
13
import Card from "@/components/Card"
@@ -384,7 +384,7 @@ const BugBountiesPage = () => {
384
384
description = { t ( "page-upgrades-bug-bounty-meta-description" ) }
385
385
/>
386
386
{ /* Uncomment for Bug Bounty Banner: */ }
387
- { /* <BugBountyBanner /> */ }
387
+ < BugBountyBanner />
388
388
< Content >
389
389
< HeroCard >
390
390
< HeroContainer >
You can’t perform that action at this time.
0 commit comments