We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f0848e + db5db7d commit f4dcd39Copy full SHA for f4dcd39
public/LGTM_logo.png
8.59 KB
src/components/atoms/Logo/index.tsx
@@ -3,7 +3,7 @@ import React from "react";
3
const Logo = () => {
4
return (
5
<>
6
- <img src="LGTM_logo.png" alt="" className="w-72 h-48 my-10" />
+ <img src="LGTM_logo.png" alt="" className="w-72 h-36 my-10" />
7
</>
8
);
9
};
0 commit comments