mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 20:20:49 +01:00
fix: change Appearance to Preferences
This commit is contained in:
@@ -31,10 +31,10 @@ export const PROFILE_ACTION_LINKS: {
|
||||
Icon: Activity,
|
||||
},
|
||||
{
|
||||
key: "appearance",
|
||||
label: "Appearance",
|
||||
href: `/profile/appearance`,
|
||||
highlight: (pathname: string) => pathname.includes("/profile/appearance"),
|
||||
key: "preferences",
|
||||
label: "Preferences",
|
||||
href: `/profile/preferences`,
|
||||
highlight: (pathname: string) => pathname.includes("/profile/preferences/"),
|
||||
Icon: Settings2,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user