{note.title}
{note.updatedBy}
@@ -154,7 +160,7 @@ export default function DashboardPage() {
#{tag}
))}
- diff --git a/web/src/app/(app)/dashboard/page.tsx b/web/src/app/(app)/dashboard/page.tsx index 56cfe91..526f9cc 100644 --- a/web/src/app/(app)/dashboard/page.tsx +++ b/web/src/app/(app)/dashboard/page.tsx @@ -1,5 +1,6 @@ "use client"; +import Link from "next/link"; import { useEffect, useState } from "react"; import { AppShell } from "@/components/AppShell"; import { listNoteSummaries, listWorkspaceSummaries } from "@/lib/notes-client"; @@ -143,7 +144,12 @@ export default function DashboardPage() { {error ?