Skip to content

Commit ac70dc7

Browse files
committed
fix navbar
1 parent 5b50160 commit ac70dc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/web/src/app/(home)/_components/Navbar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ const Navbar = () => {
135135
scrolled ? "opacity-0 pointer-events-none" : "opacity-100"
136136
}`}
137137
>
138-
<button
139-
type="button"
138+
<Link
139+
href="/docs"
140140
className="relative max-sm:hidden inline-flex h-12 overflow-hidden rounded-full p-[1px] focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50"
141141
>
142142
<span className="absolute inset-[-1000%] animate-[spin_2s_linear_infinite] bg-[conic-gradient(from_90deg_at_50%_50%,#E2CBFF_0%,#393BB2_50%,#E2CBFF_100%)]" />
143143
<span className="inline-flex h-full w-full cursor-pointer items-center justify-center rounded-full bg-slate-950 px-6 py-px text-sm font-medium text-white backdrop-blur-3xl">
144144
Documentation
145145
</span>
146-
</button>
146+
</Link>
147147
</div>
148148
</nav>
149149
);

0 commit comments

Comments
 (0)