Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
[FEATURE] Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatole-Godard committed Jul 8, 2024
1 parent 5d05c6d commit d87f1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/admin/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const Sidebar = () => {
</Link>
{isAdmin && (
<Link
href="/admin/health-check"
href="/admin/docs"
className={cn(
"inline-flex items-center gap-x-2 px-4 py-2 text-sm font-semibold hover:bg-black hover:bg-opacity-5",
path === "/admin/docs" && "bg-black bg-opacity-10",
Expand Down

0 comments on commit d87f1e5

Please sign in to comment.