Skip to content

Commit f4dcd39

Browse files
authored
Merge pull request #35 from a-company-jp/feature/logo
💄 logo update
2 parents 6f0848e + db5db7d commit f4dcd39

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/LGTM_logo.png

8.59 KB
Loading

src/components/atoms/Logo/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from "react";
33
const Logo = () => {
44
return (
55
<>
6-
<img src="LGTM_logo.png" alt="" className="w-72 h-48 my-10" />
6+
<img src="LGTM_logo.png" alt="" className="w-72 h-36 my-10" />
77
</>
88
);
99
};

0 commit comments

Comments
 (0)