Merge branch 'master' into footer
This commit is contained in:
commit
0ff5f8ea5a
|
@ -94,7 +94,7 @@ export const Header: FC = () => {
|
|||
{/* DARK MODE SWITCH */}
|
||||
<Box
|
||||
p={4}
|
||||
borderRight={{ base: 'none', md: '2px solid #11866f' }}
|
||||
borderRight={{ base: '2px solid #11866f', md: 'none' }}
|
||||
>
|
||||
<MoonIcon />
|
||||
</Box>
|
||||
|
|
Loading…
Reference in New Issue