Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling bug bounty banner #14768

Merged
merged 2 commits into from
Jan 29, 2025
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