浏览代码

fix(header): adjust logo height for better display

vtugulan 6 月之前
父节点
当前提交
e9d6c951a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/components/header.tsx

+ 1 - 1
app/components/header.tsx

@@ -61,7 +61,7 @@ export default function Header() {
               src="/vtorio.svg"
               alt="vtor.io"
               width={32}
-              height={32}
+              height={8}
               className="h-8 w-auto"
             />
           </Link>