This commit is contained in:
Samandar Turgunboyev
2026-01-24 17:23:50 +05:00
parent 33185702df
commit 105c384994
16 changed files with 23 additions and 1 deletions

View File

@@ -231,6 +231,7 @@ const Navbar = () => {
src="/logos/logo.png"
alt="logo"
width={40}
unoptimized
height={20}
className="w-10 h-fit"
/>
@@ -257,6 +258,7 @@ const Navbar = () => {
<div className="bg-white p-2 rounded-lg">
<Image
width={32}
unoptimized
height={32}
src={'/logos/logo.png'}
alt="logo"
@@ -508,6 +510,7 @@ const Navbar = () => {
<Image
src={e.image || '/placeholder.svg'}
alt={e.name}
unoptimized
className="w-5 h-5 object-contain"
/>
</div>