Skip to content

Commit

Permalink
chore: disconnect button centered vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Sep 1, 2023
1 parent 173ddb4 commit 78ee1cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/ConnectWallet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const Container = styled.div`
gap: 16px;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
`;

export const SwitchChainButton: React.FC = () => {
Expand Down

0 comments on commit 78ee1cd

Please sign in to comment.