From a7b7c205511be2a20757a71eb71a366f53364452 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Sun, 21 Jun 2026 11:21:18 +0800 Subject: [PATCH] refactor: remove title and description from DashboardHome for cleaner layout --- web/app/dashboard/_components/dashboard-home.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/web/app/dashboard/_components/dashboard-home.tsx b/web/app/dashboard/_components/dashboard-home.tsx index d1e0bd1..32ecc36 100644 --- a/web/app/dashboard/_components/dashboard-home.tsx +++ b/web/app/dashboard/_components/dashboard-home.tsx @@ -73,14 +73,7 @@ export function DashboardHome() { return (
-
-
-

{t("dashboardHome.title")}

-

- {t("dashboardHome.description")} - {data ? t("dashboardHome.updatedAt", { time: data.generatedAt }) : ""} -

-
+
{rangeOptions.map((item) => (