diff --git a/server/landing.ts b/server/landing.ts index 81b080b..4a74c49 100644 --- a/server/landing.ts +++ b/server/landing.ts @@ -252,9 +252,8 @@ export function renderSpaceDashboard(space: string, modules: ModuleInfo[]): stri const appCards = modules .map((m) => { - const href = `/${escapeAttr(space)}/${escapeAttr(m.id)}`; return ` - +
${m.icon}

${escapeHtml(m.name)}

@@ -310,6 +309,13 @@ export function renderSpaceDashboard(space: string, modules: ModuleInfo[]): stri `;