diff --git a/components/carnet/navigation.tsx b/components/carnet/navigation.tsx
index c41b70c4..89948a22 100644
--- a/components/carnet/navigation.tsx
+++ b/components/carnet/navigation.tsx
@@ -143,13 +143,13 @@ export default function Navigation({ nextcloudFolders, onFolderSelect }: Navigat
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"
>
-
- {displayName}
+
+ {displayName}
{folder === 'Contacts' && (