Skip to content
Merged
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
7 changes: 4 additions & 3 deletions src/pages/bug-bounty.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 */ }
<BugBountyBanner />
{ /* Uncomment for Bug Bounty Banner: */ }
{ /* <BugBountyBanner /> */ }
<Content>
<HeroCard>
<HeroContainer>
Expand Down