Skip to content

Commit ef0860b

Browse files
committed
fix: Logo in navbar now takes user to home page
1 parent 41f8c4c commit ef0860b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

components/Navbar.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ export default function Navbar() {
1515
<nav className="sticky top-0 z-50 w-full border-b border-white/10 bg-[var(--background)]/80 backdrop-blur-md select-none">
1616
<div className="mx-auto flex h-16 max-w-7xl items-center justify-between px-6">
1717
<div className="flex items-center gap-8">
18-
<h1 className="text-xl font-bold">cobalt.</h1>
18+
<Link href="/" className="text-xl font-bold">
19+
cobalt.
20+
</Link>
1921

2022
<div className="hidden md:flex items-center gap-6">
2123
<Link

0 commit comments

Comments
 (0)