소스 검색

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>