update: update logo

This commit is contained in:
khadiatullo 2025-05-02 15:52:42 +03:00
parent e86cb6340c
commit c95b1ec8b1
2 changed files with 2 additions and 2 deletions

BIN
public/logo-new.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -4,8 +4,8 @@ import Link from 'next/link';
export const Logo = () => {
return (
<Link className='flex items-center gap-2' href={'/'}>
<Image src='/logo.svg' alt='oriyo-logo' width={24} height={24} />
<span className='text-xl font-bold'>Ориё</span>
<Image src='/logo-new.png' alt='oriyo-logo' width={110} height={40} />
{/* <span className='text-xl font-bold'>Ориё</span> */}
</Link>
);
};