Skip to content

Commit

Permalink
remove connectButton in app bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-torabiv committed Aug 13, 2024
1 parent 6906403 commit 591f6a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/layouts/AppbarApp.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { AppBar, Box, Toolbar } from '@mui/material';
import AccountPopover from './AccountPopover';
import { ConnectButton } from '@rainbow-me/rainbowkit';

function AppbarApp() {
return (
Expand All @@ -25,8 +24,6 @@ function AppbarApp() {
justifyContent: 'flex-end',
}}
>
<ConnectButton />

<AccountPopover />
</Box>
</Toolbar>
Expand Down

0 comments on commit 591f6a7

Please sign in to comment.