From c91fbc6d9f59b5b380422b29cff4bb67e382d719 Mon Sep 17 00:00:00 2001 From: r-freeman Date: Mon, 6 Feb 2023 23:34:52 +0000 Subject: [PATCH] Updated dashboard script --- lib/dashboard.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dashboard.ts b/lib/dashboard.ts index 87a28a3..ea23a9a 100644 --- a/lib/dashboard.ts +++ b/lib/dashboard.ts @@ -58,13 +58,13 @@ export async function getDashboardData() { { title: "Total articles", value: totalArticles, - group: "Website", + group: "Blog", href: "/writing" }, { title: "Total article views", value: totalArticleViews, - group: "Website", + group: "Blog", href: "/writing" } ]