fix: manage links wrong (#754)
This commit is contained in:
@@ -37,13 +37,13 @@ export default async function ManagementPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
count: statistics.countUsers,
|
count: statistics.countUsers,
|
||||||
href: "/manage/boards",
|
href: "/manage/users",
|
||||||
subtitle: t("statisticLabel.authentication"),
|
subtitle: t("statisticLabel.authentication"),
|
||||||
title: t("statistic.createUser"),
|
title: t("statistic.createUser"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
count: statistics.countInvites,
|
count: statistics.countInvites,
|
||||||
href: "/manage/boards",
|
href: "/manage/users/invites",
|
||||||
subtitle: t("statisticLabel.authentication"),
|
subtitle: t("statisticLabel.authentication"),
|
||||||
title: t("statistic.createInvite"),
|
title: t("statistic.createInvite"),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user