Updated link on dashboard

This commit is contained in:
Ryan Freeman 2023-04-13 21:00:47 +01:00
parent 2942dd2fad
commit b9d54cbe5b

View File

@ -99,7 +99,7 @@ export async function getDashboardData(context: GetServerSidePropsContext) {
title: "Total article views", title: "Total article views",
value: +views, value: +views,
group: "Blog", group: "Blog",
href: "/" href: "/writing"
} }
] ]