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 94f5bbc commit f21dceb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/GetStarted/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,7 @@ function Header({ ...props }: React.HTMLAttributes<HTMLElement>): JSX.Element {
}

if (balanceStatus === 'default' && !accountConnected) {
return (
<BrandButton
mode="strong"
size="large"
onClick={showAccount}
icon={<IconConnect />}
label="Connect your wallet"
/>
)
return ()
}

return (
Expand Down

0 comments on commit f21dceb

Please sign in to comment.