update: update logo
This commit is contained in:
parent
e86cb6340c
commit
c95b1ec8b1
BIN
public/logo-new.png
Normal file
BIN
public/logo-new.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
@ -4,8 +4,8 @@ import Link from 'next/link';
|
|||||||
export const Logo = () => {
|
export const Logo = () => {
|
||||||
return (
|
return (
|
||||||
<Link className='flex items-center gap-2' href={'/'}>
|
<Link className='flex items-center gap-2' href={'/'}>
|
||||||
<Image src='/logo.svg' alt='oriyo-logo' width={24} height={24} />
|
<Image src='/logo-new.png' alt='oriyo-logo' width={110} height={40} />
|
||||||
<span className='text-xl font-bold'>Ориё</span>
|
{/* <span className='text-xl font-bold'>Ориё</span> */}
|
||||||
</Link>
|
</Link>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user