Skip to content

Commit db5db7d

Browse files
committed
💄 logo update
1 parent 6f0848e commit db5db7d

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)