Skip to content

Commit

Permalink
chore: show connect button on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Dec 24, 2024
1 parent ed61555 commit 2274377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export const Navbar = ({ mobile = false }: { mobile?: boolean }) => {
</Link>
<div className="flex items-center gap-x-2">
<Points />
{!mobile && <ConnectButton />}
<ConnectButton />
<Button
onMouseDown={() => setOpen(true)}
className="rounded-full w-[40px] h-[40px] p-0"
Expand Down

0 comments on commit 2274377

Please sign in to comment.