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 8dae2d6 commit 94f5bbc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/GetStarted/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,18 +192,6 @@ function Header({ ...props }: React.HTMLAttributes<HTMLElement>): JSX.Element {
>
ANT Redemption Portal
</h3>
<h1
css={`
font-weight: ${fontWeight.bold};
line-height: 1.2;
margin-bottom: ${2.5 * GU}px;
font-size: ${compactMode || balanceStatus === 'accountEnabled'
? `44`
: `54`}px;
`}
>
Redeem ANT for ETH
</h1>
<div
css={`
font-weight: ${fontWeight.medium};
Expand Down

0 comments on commit 94f5bbc

Please sign in to comment.