🐛 Fix outdated links in manage home

This commit is contained in:
Manuel
2023-07-31 21:42:03 +02:00
parent ca1809c476
commit 0b673b7c1a

View File

@@ -64,7 +64,7 @@ const ManagementPage = () => {
{ maxWidth: '48rem', cols: 1, spacing: 'md' }, { maxWidth: '48rem', cols: 1, spacing: 'md' },
]} ]}
> >
<UnstyledButton component={Link} href="/manage/dashboards"> <UnstyledButton component={Link} href="/manage/boards">
<Card className={classes.quickActionCard}> <Card className={classes.quickActionCard}>
<Group spacing={30} noWrap> <Group spacing={30} noWrap>
<Stack spacing={0}> <Stack spacing={0}>
@@ -75,7 +75,7 @@ const ManagementPage = () => {
</Group> </Group>
</Card> </Card>
</UnstyledButton> </UnstyledButton>
<UnstyledButton component={Link} href="/manage/user/invites"> <UnstyledButton component={Link} href="/manage/users/invites">
<Card className={classes.quickActionCard}> <Card className={classes.quickActionCard}>
<Group spacing={30} noWrap> <Group spacing={30} noWrap>
<Stack spacing={0}> <Stack spacing={0}>