Skip to content

Commit f171712

Browse files
authored
fix(web): Repair document link address (#1027)
1 parent d906110 commit f171712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/homepage/navbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const Navbar = (props: Props) => {
180180
<li>
181181
<a
182182
target="_blank"
183-
href="https://docs.laf.dev"
183+
href="https://doc.laf.dev"
184184
className="block px-4 py-2 hover:bg-gray-100"
185185
rel="noreferrer"
186186
>

0 commit comments

Comments
 (0)