Skip to content

Commit 1ab008c

Browse files
committed
refactor: increase logo size in Footer component for better visibility
1 parent 2b48f09 commit 1ab008c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Footer = () => {
1111
<div className="container mx-auto px-4">
1212
<div className="flex flex-col items-center space-y-4">
1313
<div className="flex items-center space-x-3">
14-
<div className="w-8 h-8 relative">
14+
<div className="w-24 h-24 relative">
1515
<Image
1616
src={theme === "dark" ? "/hhs-white.avif" : "/hhs-black.avif"}
1717
alt="Logo"

0 commit comments

Comments
 (0)