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 4990410 commit e4073abCopy full SHA for e4073ab
1 file changed
apps/web/components/Navbar.tsx
@@ -15,7 +15,7 @@ export default function Navbar() {
15
{/* LEFT */}
16
<div className="navbar-left">
17
<Link href="/" className="navbar-brand">
18
- <Image src="/grayfarms.svg" alt="Gray Farms" width={100} height={28} draggable={false} priority />
+ <Image src="/grayfarms.svg" alt="Gray Farms" width={52} height={14} draggable={false} priority />
19
</Link>
20
<span className="navbar-sep" aria-hidden>|</span>
21
<nav className="navbar-links">
0 commit comments