mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Fix remaining warnings and remove leave necessary social links
This commit is contained in:
@@ -25,6 +25,7 @@ const Nav: FC = () => {
|
||||
</Link>
|
||||
<div className='buttons'>
|
||||
<IconButton
|
||||
alt='Theme toggler'
|
||||
icon={mode === 'dark' ? '/icons/sun.svg' : '/icons/moon.svg'}
|
||||
onClick={toggle}
|
||||
/>
|
||||
@@ -40,6 +41,7 @@ const Nav: FC = () => {
|
||||
Resume
|
||||
</Button>
|
||||
<IconButton
|
||||
alt='Theme toggler'
|
||||
icon={mode === 'dark' ? '/icons/light-menu.svg' : '/icons/dark-menu.svg'}
|
||||
onClick={() => setMobileNavOpen(true)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user