mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
Merge branch 'master' into footer
This commit is contained in:
commit
0ff5f8ea5a
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ export const Header: FC = () => {
|
||||||
{/* DARK MODE SWITCH */}
|
{/* DARK MODE SWITCH */}
|
||||||
<Box
|
<Box
|
||||||
p={4}
|
p={4}
|
||||||
borderRight={{ base: 'none', md: '2px solid #11866f' }}
|
borderRight={{ base: '2px solid #11866f', md: 'none' }}
|
||||||
>
|
>
|
||||||
<MoonIcon />
|
<MoonIcon />
|
||||||
</Box>
|
</Box>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue