@@ -22,13 +22,13 @@ export function SettingsLayout() {
2222 const [ selectedSpaceId , setSelectedSpaceId ] = useState < string | null > ( null ) ;
2323
2424 const sections = [
25- { id : "general" , label : tSettings ( "General " ) , icon : < Globe className = "h-4 w-4 mr-2" /> } ,
26- { id : "icons" , label : tSettings ( "Icon " ) , icon : < DockIcon className = "h-4 w-4 mr-2" /> } ,
27- { id : "profiles" , label : tSettings ( "Profiles " ) , icon : < UsersIcon className = "h-4 w-4 mr-2" /> } ,
28- { id : "spaces" , label : tSettings ( "Spaces " ) , icon : < OrbitIcon className = "h-4 w-4 mr-2" /> } ,
29- { id : "external-apps" , label : tSettings ( "External Apps " ) , icon : < BlocksIcon className = "h-4 w-4 mr-2" /> } ,
30- { id : "shortcuts" , label : tSettings ( "Shortcuts " ) , icon : < KeyboardIcon className = "h-4 w-4 mr-2" /> } ,
31- { id : "about" , label : tSettings ( "About " ) , icon : < Info className = "h-4 w-4 mr-2" /> }
25+ { id : "general" , label : tSettings ( "sections.general " ) , icon : < Globe className = "h-4 w-4 mr-2" /> } ,
26+ { id : "icons" , label : tSettings ( "sections.icon " ) , icon : < DockIcon className = "h-4 w-4 mr-2" /> } ,
27+ { id : "profiles" , label : tSettings ( "sections.profiles " ) , icon : < UsersIcon className = "h-4 w-4 mr-2" /> } ,
28+ { id : "spaces" , label : tSettings ( "sections.spaces " ) , icon : < OrbitIcon className = "h-4 w-4 mr-2" /> } ,
29+ { id : "external-apps" , label : tSettings ( "sections.external-apps " ) , icon : < BlocksIcon className = "h-4 w-4 mr-2" /> } ,
30+ { id : "shortcuts" , label : tSettings ( "sections.shortcuts " ) , icon : < KeyboardIcon className = "h-4 w-4 mr-2" /> } ,
31+ { id : "about" , label : tSettings ( "sections.about " ) , icon : < Info className = "h-4 w-4 mr-2" /> }
3232 ] ;
3333
3434 const navigateToSpaces = ( profileId : string ) => {
0 commit comments