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:
@@ -32,6 +32,7 @@ const MobileNav: FC<Props> = ({ open, close }) => {
|
||||
<Bar open={open} ref={ref}>
|
||||
<div className='close'>
|
||||
<IconButton
|
||||
alt='Theme toggler'
|
||||
icon={mode === 'dark' ? '/icons/dark-close.svg' : '/icons/light-close.svg'}
|
||||
onClick={close}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user