Renaming "Experience" to "Appearance" (#2776)

* refining settings

* Delete .idea/workspace.xml

* Update .gitignore
This commit is contained in:
Mithra
2023-11-30 19:11:03 +05:30
committed by GitHub
parent 1822370389
commit c2131a29b8
8 changed files with 21 additions and 20 deletions
@@ -41,12 +41,12 @@ export const SettingsNavbar = () => {
}
/>
<NavItem
label="Experience"
to="/settings/profile/experience"
label="Appearance"
to="/settings/profile/appearance"
Icon={IconColorSwatch}
active={
!!useMatch({
path: useResolvedPath('/settings/profile/experience').pathname,
path: useResolvedPath('/settings/profile/appearance').pathname,
end: true,
})
}