Skip to content

Commit ef4a22f

Browse files
committed
reduce logo size
1 parent 7405820 commit ef4a22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const Footer = () => {
2323
<Image
2424
src={logo}
2525
alt="DevsInTech"
26-
width={140}
27-
height={140}
26+
width={100}
27+
height={120}
2828
className="mx-auto"
2929
/>
3030
<p className="text-green-500 text-2xl text-center justify-items-center font-mono">

0 commit comments

Comments
 (0)