Skip to content

Commit

Permalink
Merge pull request #323 from invariant-labs/dev
Browse files Browse the repository at this point in the history
Update staging env
  • Loading branch information
wojciech-cichocki authored Dec 29, 2024
2 parents f85e96c + 9d03b1c commit 11a696b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
30 changes: 15 additions & 15 deletions src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,21 +245,6 @@ export const Header: React.FC<IHeader> = ({
rpcStatus={rpcStatus}
/>
</Box>
<Box
sx={{
display: {
md: 'block',
'@media (max-width: 1050px)': {
display: 'none'
}
}
}}>
<SelectChainButton
activeChain={activeChain}
chains={CHAINS}
onSelect={onChainSelect}
/>
</Box>
<SelectNetworkButton
name={typeOfNetwork}
networks={[
Expand All @@ -284,6 +269,21 @@ export const Header: React.FC<IHeader> = ({
]}
onSelect={onNetworkSelect}
/>
<Box
sx={{
display: {
md: 'block',
'@media (max-width: 1050px)': {
display: 'none'
}
}
}}>
<SelectChainButton
activeChain={activeChain}
chains={CHAINS}
onSelect={onChainSelect}
/>
</Box>
</Grid>

<Grid>
Expand Down
15 changes: 8 additions & 7 deletions src/static/svg/lockIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 11a696b

Please sign in to comment.