diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx index fbe4e0528a..89ced46454 100644 --- a/apps/web/src/components/Sidebar.tsx +++ b/apps/web/src/components/Sidebar.tsx @@ -50,7 +50,7 @@ import { type GitStatusResult, } from "@t3tools/contracts"; import { useQueries } from "@tanstack/react-query"; -import { useLocation, useNavigate, useParams } from "@tanstack/react-router"; +import { Link, useLocation, useNavigate, useParams } from "@tanstack/react-router"; import { type SidebarProjectSortOrder, type SidebarThreadSortOrder, @@ -1970,7 +1970,11 @@ export default function Sidebar() { + Code @@ -1978,7 +1982,7 @@ export default function Sidebar() { {APP_STAGE_LABEL} - + } />