Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgj94 authored Nov 3, 2024
1 parent 7b5b0f3 commit 2039367
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/GetStarted/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ type BalanceStatus =
const MESSAGES: Record<BalanceStatus, ReactNode> = {
default: (
<>
The ANT Redemption Initiative ended on November 2nd 2024 23:59 UTC. Please read the report <a href="https://blog.aragon.org/ant-redemption-initiative-report/">here</a>.
The ANT Redemption Initiative ended on November 2nd 2024 23:59 UTC. Please

Check failure on line 30 in src/components/GetStarted/Header.tsx

View workflow job for this annotation

GitHub Actions / tests

Delete `·`

Check failure on line 30 in src/components/GetStarted/Header.tsx

View workflow job for this annotation

GitHub Actions / tests

Delete `·`
read the report

Check failure on line 31 in src/components/GetStarted/Header.tsx

View workflow job for this annotation

GitHub Actions / tests

Delete `·`

Check failure on line 31 in src/components/GetStarted/Header.tsx

View workflow job for this annotation

GitHub Actions / tests

Delete `·`
<a href="https://blog.aragon.org/ant-redemption-initiative-report/">
here
</a>
.

Check failure on line 35 in src/components/GetStarted/Header.tsx

View workflow job for this annotation

GitHub Actions / tests

Delete `·`

Check failure on line 35 in src/components/GetStarted/Header.tsx

View workflow job for this annotation

GitHub Actions / tests

Delete `·`
</>
),
redemptionAvailable: (
Expand Down

0 comments on commit 2039367

Please sign in to comment.