mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Change mobile nav buttons order (again)
This commit is contained in:
@@ -80,6 +80,9 @@ const MobileNav: FC<Props> = ({ open, close }) => {
|
|||||||
<div className='close'>
|
<div className='close'>
|
||||||
<IconButton icon={dark ? '/dark-close.svg' : '/light-close.svg'} onClick={close} />
|
<IconButton icon={dark ? '/dark-close.svg' : '/light-close.svg'} onClick={close} />
|
||||||
</div>
|
</div>
|
||||||
|
<div className='mobile-button-wrapper'>
|
||||||
|
<Button onClick={() => toggle()}>{dark ? 'Light Mode' : 'Dark Mode'}</Button>
|
||||||
|
</div>
|
||||||
<div className='mobile-button-wrapper'>
|
<div className='mobile-button-wrapper'>
|
||||||
<Button
|
<Button
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
@@ -110,9 +113,6 @@ const MobileNav: FC<Props> = ({ open, close }) => {
|
|||||||
Blog
|
Blog
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div className='mobile-button-wrapper'>
|
|
||||||
<Button onClick={() => toggle()}>{dark ? 'Light Mode' : 'Dark Mode'}</Button>
|
|
||||||
</div>
|
|
||||||
</Bar>
|
</Bar>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user