We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f8c4c commit ef0860bCopy full SHA for ef0860b
1 file changed
components/Navbar.tsx
@@ -15,7 +15,9 @@ export default function Navbar() {
15
<nav className="sticky top-0 z-50 w-full border-b border-white/10 bg-[var(--background)]/80 backdrop-blur-md select-none">
16
<div className="mx-auto flex h-16 max-w-7xl items-center justify-between px-6">
17
<div className="flex items-center gap-8">
18
- <h1 className="text-xl font-bold">cobalt.</h1>
+ <Link href="/" className="text-xl font-bold">
19
+ cobalt.
20
+ </Link>
21
22
<div className="hidden md:flex items-center gap-6">
23
<Link
0 commit comments