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 2a2986a commit 7054cbcCopy full SHA for 7054cbc
src/components/Navbar.tsx
@@ -40,7 +40,7 @@ export default function Navbar() {
40
<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">
41
<nav className="flex items-center justify-between pt-5 pb-3">
42
<Link href="/">
43
- <Image src="/images/logo.svg" alt="logo" width={120} height={28} className="h-8 sm:h-10 w-auto" />
+ <Image src="/images/logo.svg" alt="logo" width={120} height={28} className="h-8 sm:h-10 w-60" />
44
</Link>
45
46
<div className="items-center hidden xl:flex gap-12">
0 commit comments