mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Add new logo
This commit is contained in:
+7
-1
@@ -70,7 +70,13 @@ const Nav: FC = () => {
|
||||
return (
|
||||
<Bar>
|
||||
<div className='logo' onClick={() => router.push('/')}>
|
||||
<Image className='logo-image' src='/logo.jpg' alt='Logo Image' width={48} height={48} />
|
||||
<Image
|
||||
className='logo-image'
|
||||
src={dark ? '/light-logo.svg' : '/dark-logo.svg'}
|
||||
alt='Logo Image'
|
||||
width={48}
|
||||
height={48}
|
||||
/>
|
||||
<h1>Hazem Krimi</h1>
|
||||
</div>
|
||||
<div className='buttons'>
|
||||
|
||||
Reference in New Issue
Block a user