Skip to content

Commit

Permalink
refactor: remove connect-wallet button
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshift committed Feb 24, 2025
1 parent f7b3b80 commit 28b0e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared/components/app-header/app-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ export const AppHeader = (props: Props) => {
<div className="hidden gap-2 lg:flex">
<Button variant="light">Get Listed</Button>
<Button variant="light">Subscribe on TG</Button>
<Button radius="sm" className="bg-white text-black">
{/* <Button radius="sm" className="bg-white text-black">
Connect Wallet
</Button>
</Button> */}
</div>
<MenuButton />
</div>
Expand Down

0 comments on commit 28b0e9b

Please sign in to comment.