Skip to content

Commit

Permalink
fix(web): Repair document link address (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwhite committed Apr 15, 2023
1 parent d906110 commit f171712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/homepage/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const Navbar = (props: Props) => {
<li>
<a
target="_blank"
href="https://docs.laf.dev"
href="https://doc.laf.dev"
className="block px-4 py-2 hover:bg-gray-100"
rel="noreferrer"
>
Expand Down

0 comments on commit f171712

Please sign in to comment.