Skip to content

Commit

Permalink
remove extra wallet buttons from mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMakka committed Nov 14, 2024
1 parent 7af5ef6 commit 828d889
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions base/components/TabsHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,8 @@ const TabsHeader = () => {
<Tab label="Your Positions" />
</Tabs>

{/* Desktop Wallet Button */}
{!isMobile && <Connect />}
</Stack>

{/* Mobile Wallet Button */}
{isMobile && (
<Box sx={{ px: 3, py: 2 }}>
<Connect />
</Box>
)}
</Box>
);
};
Expand Down

0 comments on commit 828d889

Please sign in to comment.