Skip to content

Commit

Permalink
Merge pull request #355 from invariant-labs/dev
Browse files Browse the repository at this point in the history
update staging
  • Loading branch information
p6te authored Oct 23, 2024
2 parents 6e2b8de + 4f9fa4c commit a858f72
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,6 @@ export const Header: React.FC<IHeader> = ({
rpcStatus={rpcStatus}
/>
</Box>
<Box sx={{ display: { xs: 'none', md: 'block' } }}>
<SelectChainButton
activeChain={activeChain}
chains={CHAINS}
onSelect={onChainSelect}
/>
</Box>
<SelectNetworkButton
name={typeOfNetwork}
networks={[
Expand All @@ -209,6 +202,13 @@ export const Header: React.FC<IHeader> = ({
]}
onSelect={onNetworkSelect}
/>
<Box sx={{ display: { xs: 'none', md: 'block' } }}>
<SelectChainButton
activeChain={activeChain}
chains={CHAINS}
onSelect={onChainSelect}
/>
</Box>
</Grid>
<ChangeWalletButton
name={
Expand Down

0 comments on commit a858f72

Please sign in to comment.