Skip to content

Commit

Permalink
update documentation home link (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubabrzy authored Sep 19, 2023
1 parent 5188e18 commit bec04a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/DocBreadcrumbs/Items/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
import IconHome from "@theme/Icon/Home";

export default function HomeBreadcrumbItem() {
const homeHref = useBaseUrl("/");
const homeHref = useBaseUrl("/docs");

return (
<li>
<Link aria-label="Home page" href={homeHref}>
<Link aria-label="Documentation" href={homeHref}>
<IconHome className="w-6" aria-hidden />
</Link>
</li>
Expand Down

0 comments on commit bec04a6

Please sign in to comment.