mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-17 18:51:14 +01:00
♻️ 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"
|
||||
|
||||
Reference in New Issue
Block a user