Skip to content

Commit a643d2f

Browse files
Revert changes to BugBountyBanner and bug-bounty.tsx files
1 parent c37921c commit a643d2f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/components/Banners/BugBountyBanner/index.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ const BugBountyBanner = () => (
99
<BannerNotification shouldShow>
1010
<Center>
1111
<p>
12-
The Ethereum Protocol Attackathon is live on{" "}
13-
<a href="https://immunefi.com/audit-competition/ethereum-protocol-attackathon/">
14-
Immunefi
15-
</a>
16-
until the 25th of January, with up to $1,500,000 in rewards!
12+
The Ethereum Protocol Attackathon is live on <a href="https://immunefi.com/audit-competition/ethereum-protocol-attackathon/">Immunefi</a>
13+
until the 25th of January, with up to $1,500,000 in rewards!
1714
</p>
1815
</Center>
1916
</BannerNotification>

src/pages/bug-bounty.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ const BugBountiesPage = () => {
473473
title={t("page-upgrades-bug-bounty-meta-title")}
474474
description={t("page-upgrades-bug-bounty-meta-description")}
475475
/>
476-
{/* TODO: Remove on the 25th of January */}
476+
{ /* TODO: Remove on the 25th of January */ }
477477
<BugBountyBanner />
478478
<Content>
479479
<HeroCard>

0 commit comments

Comments
 (0)