diff --git a/components/FolderGridLayout.tsx b/components/FolderGridLayout.tsx index 9e4cbac..89721be 100644 --- a/components/FolderGridLayout.tsx +++ b/components/FolderGridLayout.tsx @@ -76,7 +76,7 @@ const FolderGridLayout = ({ const getItemPath = (name: string) => `${path === '/' ? '' : path}/${encodeURIComponent(name)}` return ( -
+
{t('{{count}} item(s)', { count: folderChildren.length })}
diff --git a/components/FolderListLayout.tsx b/components/FolderListLayout.tsx index b0a1b94..ca23401 100644 --- a/components/FolderListLayout.tsx +++ b/components/FolderListLayout.tsx @@ -53,7 +53,7 @@ const FolderListLayout = ({ const getItemPath = (name: string) => `${path === '/' ? '' : path}/${encodeURIComponent(name)}` return ( -
+
{t('Name')} diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 47a796f..6ff927b 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -120,7 +120,7 @@ const Navbar = () => { {tokenPresent && (