浏览代码

navbar logo change

master
azri 9 个月前
父节点
当前提交
5fa928eddb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/components/Navbar/Navbar.jsx

+ 2
- 2
src/components/Navbar/Navbar.jsx 查看文件

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>

正在加载...
取消
保存