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 f9f67d3 commit 93f4c3dCopy full SHA for 93f4c3d
frontend/src/components/ui/Header.tsx
@@ -4,7 +4,7 @@ import Link from "next/link";
4
const Header = () => {
5
const iconSize = 180;
6
return (
7
- <div className="w-full">
+ <div style={{ width: `${iconSize}px` }}>
8
<Link href="/">
9
<Image
10
alt="PeerPrep Header Icon"
0 commit comments