Skip to content

Commit 7054cbc

Browse files
committed
feat: Implement new layout and homepage structure and the favicon
Signed-off-by: Daniel Ntege <danientege785@gmail.com>
1 parent 2a2986a commit 7054cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function Navbar() {
4040
<div className="container relative max-w-sm px-6 mx-auto lg:max-w-7xl md:max-w-2xl sm:max-w-xl lg:px-0">
4141
<nav className="flex items-center justify-between pt-5 pb-3">
4242
<Link href="/">
43-
<Image src="/images/logo.svg" alt="logo" width={120} height={28} className="h-8 sm:h-10 w-auto" />
43+
<Image src="/images/logo.svg" alt="logo" width={120} height={28} className="h-8 sm:h-10 w-60" />
4444
</Link>
4545

4646
<div className="items-center hidden xl:flex gap-12">

0 commit comments

Comments
 (0)