Sfoglia il codice sorgente

navbar logo change

master
azri 1 settimana fa
parent
commit
5fa928eddb
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      src/components/Navbar/Navbar.jsx

+ 2
- 2
src/components/Navbar/Navbar.jsx Vedi File

@@ -344,8 +344,8 @@ const Navbar = () => {
344 344
               <a href="/">
345 345
                 <img src={logoSrc} alt="Logo"
346 346
                   style={{
347
-                    width: 150,
348
-                    height: 25,
347
+                    width: 100,
348
+                    height: 17,
349 349
                   }} />
350 350
               </a>
351 351
             </Box>

Loading…
Annulla
Salva