mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 09:25:47 +01:00
🐛 Fix outdated links in manage home
This commit is contained in:
@@ -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}>
|
||||||
|
|||||||
Reference in New Issue
Block a user