From d59478e23b43d7f467d37ef7ef66c32647f21010 Mon Sep 17 00:00:00 2001 From: msinha569 Date: Fri, 31 Oct 2025 18:55:26 +0530 Subject: [PATCH] Search Space container not fully clickable on dashboard #453 --- surfsense_web/app/dashboard/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/surfsense_web/app/dashboard/page.tsx b/surfsense_web/app/dashboard/page.tsx index 9671b5b71..73937a2fc 100644 --- a/surfsense_web/app/dashboard/page.tsx +++ b/surfsense_web/app/dashboard/page.tsx @@ -292,7 +292,7 @@ const DashboardPage = () => { mass: 0.2, }} /> -
+
{
- -
+ +

{space.name}

{space.description}

-
+
{/* {space.title} */} {t("created")} {formatDate(space.created_at)}