Skip to content

Commit 93f4c3d

Browse files
committed
Fix bug where peerprep logo href extends to the entire width of the screen
1 parent f9f67d3 commit 93f4c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/ui/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Link from "next/link";
44
const Header = () => {
55
const iconSize = 180;
66
return (
7-
<div className="w-full">
7+
<div style={{ width: `${iconSize}px` }}>
88
<Link href="/">
99
<Image
1010
alt="PeerPrep Header Icon"

0 commit comments

Comments
 (0)