🐛 Outdated links on manage page
This commit is contained in:
@@ -64,22 +64,11 @@ const ManagementPage = () => {
|
|||||||
{ maxWidth: '48rem', cols: 1, spacing: 'md' },
|
{ maxWidth: '48rem', cols: 1, spacing: 'md' },
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<UnstyledButton>
|
<UnstyledButton component={Link} href="/manage/dashboards">
|
||||||
<Card className={classes.quickActionCard}>
|
<Card className={classes.quickActionCard}>
|
||||||
<Group spacing={30} noWrap>
|
<Group spacing={30} noWrap>
|
||||||
<Stack spacing={0}>
|
<Stack spacing={0}>
|
||||||
<Text weight="bold">New dashboard</Text>
|
<Text weight="bold">Your boards</Text>
|
||||||
<Text>Create a new dashboard</Text>
|
|
||||||
</Stack>
|
|
||||||
<IconArrowRight />
|
|
||||||
</Group>
|
|
||||||
</Card>
|
|
||||||
</UnstyledButton>
|
|
||||||
<UnstyledButton>
|
|
||||||
<Card className={classes.quickActionCard}>
|
|
||||||
<Group spacing={30} noWrap>
|
|
||||||
<Stack spacing={0}>
|
|
||||||
<Text weight="bold">Your dasboards</Text>
|
|
||||||
<Text>Show a list of all your dashboards</Text>
|
<Text>Show a list of all your dashboards</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
<IconArrowRight />
|
<IconArrowRight />
|
||||||
@@ -108,6 +97,17 @@ const ManagementPage = () => {
|
|||||||
</Group>
|
</Group>
|
||||||
</Card>
|
</Card>
|
||||||
</UnstyledButton>
|
</UnstyledButton>
|
||||||
|
<UnstyledButton component={Link} href="/manage/users">
|
||||||
|
<Card className={classes.quickActionCard}>
|
||||||
|
<Group spacing={30} noWrap>
|
||||||
|
<Stack spacing={0}>
|
||||||
|
<Text weight="bold">Manage users</Text>
|
||||||
|
<Text>Delete and manage your users</Text>
|
||||||
|
</Stack>
|
||||||
|
<IconArrowRight />
|
||||||
|
</Group>
|
||||||
|
</Card>
|
||||||
|
</UnstyledButton>
|
||||||
</SimpleGrid>
|
</SimpleGrid>
|
||||||
</MainLayout>
|
</MainLayout>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user