diff --git a/dashboard/src/components/app-sidebar.tsx b/dashboard/src/components/app-sidebar.tsx index 5598b4a..7039c7f 100644 --- a/dashboard/src/components/app-sidebar.tsx +++ b/dashboard/src/components/app-sidebar.tsx @@ -21,6 +21,7 @@ import { } from '@/components/ui/dropdown-menu'; import { useTheme } from 'next-themes'; import { LogoutLink } from '@/ory'; +import Link from 'next/link'; export function AppSidebar({ ...props }: React.ComponentProps) { @@ -54,10 +55,10 @@ export function AppSidebar({ ...props }: React.ComponentProps) { {items.map((item) => ( - + {item.title} - + ))}