Browse Source

navbar logo change

master
azri 1 week ago
parent
commit
5fa928eddb
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/components/Navbar/Navbar.jsx

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

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

Loading…
Cancel
Save