feat(F-175): completed feature

This commit is contained in:
chattie
2026-08-22 18:35:10 +02:00
parent 5d90dd32de
commit 348003d168
12 changed files with 42 additions and 40 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -103,7 +103,7 @@ function Sidebar({ role, email, collapsed, mobileOpen, onCloseMobile, onLogout }
className={`mx-auto h-9 w-auto object-contain ${collapsed ? 'lg:hidden' : ''}`}
/>
<img
src="/images/logo-main.png"
src="/images/logo-main.webp"
alt="mercadodevida"
className={`mx-auto hidden h-9 w-9 object-contain ${collapsed ? 'lg:block' : ''}`}
/>