Refactor code structure for improved readability and maintainability

This commit is contained in:
hamed
2026-07-03 11:13:59 +03:30
parent 7694ca85a5
commit a5c15c54a1
4 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+1 -1
View File
@@ -17,7 +17,7 @@ function Logo({ isAbsolute, matchedCity }) {
<div className="flex items-center justify-start gap-[5px]">
<Image
className="w-[20px] h-[20px] sm:w-[23px] sm:h-[23px] md:w-[26px] md:h-[26px] lg:w-[30px] lg:h-[30px]"
src="/assets/images/logo.png"
src="/nobat724.png"
width={30}
height={30}
alt=""
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB