diff --git a/src/pages/bug-bounty.tsx b/src/pages/bug-bounty.tsx index eac617b89b3..8a94fae54e4 100644 --- a/src/pages/bug-bounty.tsx +++ b/src/pages/bug-bounty.tsx @@ -12,7 +12,8 @@ import { import type { BasePageProps, ChildOnlyProp, Lang } from "@/lib/types" -import BugBountyBanner from "@/components/Banners/BugBountyBanner" +/* Uncomment for Bug Bounty Banner: */ +/* import BugBountyBanner from "@/components/Banners/BugBountyBanner" */ import Breadcrumbs from "@/components/Breadcrumbs" import BugBountyCards from "@/components/BugBountyCards" import ButtonLink from "@/components/Buttons/ButtonLink" @@ -473,8 +474,8 @@ const BugBountiesPage = () => { title={t("page-upgrades-bug-bounty-meta-title")} description={t("page-upgrades-bug-bounty-meta-description")} /> - { /* TODO: Remove on the 25th of January */ } - + { /* Uncomment for Bug Bounty Banner: */ } + { /* */ }