File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ import {
12
12
13
13
import type { BasePageProps , ChildOnlyProp , Lang } from "@/lib/types"
14
14
15
- import BugBountyBanner from "@/components/Banners/BugBountyBanner"
15
+ /* Uncomment for Bug Bounty Banner: */
16
+ /* import BugBountyBanner from "@/components/Banners/BugBountyBanner" */
16
17
import Breadcrumbs from "@/components/Breadcrumbs"
17
18
import BugBountyCards from "@/components/BugBountyCards"
18
19
import ButtonLink from "@/components/Buttons/ButtonLink"
@@ -473,8 +474,8 @@ const BugBountiesPage = () => {
473
474
title = { t ( "page-upgrades-bug-bounty-meta-title" ) }
474
475
description = { t ( "page-upgrades-bug-bounty-meta-description" ) }
475
476
/>
476
- { /* TODO: Remove on the 25th of January */ }
477
- < BugBountyBanner />
477
+ { /* Uncomment for Bug Bounty Banner: */ }
478
+ { /* <BugBountyBanner /> */ }
478
479
< Content >
479
480
< HeroCard >
480
481
< HeroContainer >
You can’t perform that action at this time.
0 commit comments