fix: change Appearance to Preferences

This commit is contained in:
Palanikannan M
2025-01-16 14:02:03 +05:30
parent 2d34ef201c
commit a4835fc478
3 changed files with 1328 additions and 32 deletions

View File

@@ -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,
},
{

1352
yarn.lock

File diff suppressed because it is too large Load Diff