Page rename
This commit is contained in:
parent
86c82a74e4
commit
736028d51f
@ -143,13 +143,13 @@ export default function Navigation({ nextcloudFolders, onFolderSelect }: Navigat
|
|||||||
onFolderSelect(folder);
|
onFolderSelect(folder);
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
className="w-full flex items-center space-x-2 px-3 py-2 text-sm rounded-md text-carnet-text-primary hover:bg-carnet-hover"
|
className="w-full flex items-center px-3 py-2 text-sm rounded-md text-carnet-text-primary hover:bg-carnet-hover"
|
||||||
>
|
>
|
||||||
<Icon className="h-4 w-4" />
|
<Icon className="h-4 w-4 flex-shrink-0" />
|
||||||
<span>{displayName}</span>
|
<span className="ml-2 truncate">{displayName}</span>
|
||||||
{folder === 'Contacts' && (
|
{folder === 'Contacts' && (
|
||||||
<ChevronRight
|
<ChevronRight
|
||||||
className={`h-4 w-4 transition-transform ${
|
className={`h-4 w-4 flex-shrink-0 ml-auto transition-transform ${
|
||||||
expandedContacts ? 'transform rotate-90' : ''
|
expandedContacts ? 'transform rotate-90' : ''
|
||||||
}`}
|
}`}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user