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.
1 parent 6f0848e commit db5db7dCopy full SHA for db5db7d
‎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