Page rename

This commit is contained in:
alma 2025-04-21 10:36:53 +02:00
parent b3282e58be
commit 63f85de6cf

View File

@ -127,6 +127,7 @@ export default function Navigation({ nextcloudFolders, onFolderSelect }: Navigat
{/* Folders */}
<div className="flex-1 overflow-y-auto p-4">
<h2 className="text-sm font-semibold text-carnet-text-primary mb-2">VUES</h2>
<div className="space-y-1">
{sortedFolders.map((folder) => {
const config = FOLDER_CONFIG[folder as FolderType];