fix: manage links wrong (#754)

This commit is contained in:
Meier Lukas
2024-07-07 21:32:36 +02:00
committed by GitHub
parent 680cc284d6
commit be711149f7

View File

@@ -37,13 +37,13 @@ export default async function ManagementPage() {
},
{
count: statistics.countUsers,
href: "/manage/boards",
href: "/manage/users",
subtitle: t("statisticLabel.authentication"),
title: t("statistic.createUser"),
},
{
count: statistics.countInvites,
href: "/manage/boards",
href: "/manage/users/invites",
subtitle: t("statisticLabel.authentication"),
title: t("statistic.createInvite"),
},