♻️ Move preferences in router
This commit is contained in:
@@ -108,14 +108,14 @@ export const MainLayout = ({ children }: MainLayoutProps) => {
|
||||
/>
|
||||
</NavLink>
|
||||
<NavLink
|
||||
label="Preferences"
|
||||
label="Settings"
|
||||
icon={
|
||||
<ThemeIcon size="md" variant="light" color="red">
|
||||
<IconSettings2 size="1rem" />
|
||||
</ThemeIcon>
|
||||
}
|
||||
component={Link}
|
||||
href="/manage/preferences"
|
||||
href="/manage/settings"
|
||||
/>
|
||||
<NavLink
|
||||
label="Help"
|
||||
|
||||
@@ -43,10 +43,10 @@ export const AvatarMenu = () => {
|
||||
<>
|
||||
<Menu.Item
|
||||
component={Link}
|
||||
href="/manage/preferences"
|
||||
href="/user/preferences"
|
||||
icon={<IconUserCog size="1rem" />}
|
||||
>
|
||||
Settings
|
||||
User preferences
|
||||
</Menu.Item>
|
||||
<Menu.Item component={Link} href="/board" icon={<IconDashboard size="1rem" />}>
|
||||
Default Dashboard
|
||||
|
||||
Reference in New Issue
Block a user