From 260428d6f3d17200ad0122686d51124c6384c759 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 10 Mar 2026 18:08:16 -0700 Subject: [PATCH] fix(notes): link workspace filters --- web/src/app/(app)/workspaces/page.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/web/src/app/(app)/workspaces/page.tsx b/web/src/app/(app)/workspaces/page.tsx index 8dd9f3f..9bd7f70 100644 --- a/web/src/app/(app)/workspaces/page.tsx +++ b/web/src/app/(app)/workspaces/page.tsx @@ -143,13 +143,19 @@ export default function WorkspacesPage() {
{workspace.description}
-
{workspace.visibility}
- Owner: {workspace.owner} + + {workspace.visibility} + + + Owner: {workspace.owner} +
{workspace.tags.map((tag) => ( - #{tag} + + #{tag} + ))}