diff --git a/src/dashboard/dashboard-sidebar.tsx b/src/dashboard/dashboard-sidebar.tsx index 0abd6f7..1e51f77 100644 --- a/src/dashboard/dashboard-sidebar.tsx +++ b/src/dashboard/dashboard-sidebar.tsx @@ -25,7 +25,7 @@ import { export function DashboardSidebar() { return ( - + diff --git a/src/files/file-table.tsx b/src/files/file-table.tsx index 9b2c479..80eff64 100644 --- a/src/files/file-table.tsx +++ b/src/files/file-table.tsx @@ -213,13 +213,14 @@ export function FileTableContent() { } return ( -
+
{table.getHeaderGroups().map((headerGroup) => ( - + {headerGroup.headers.map((header) => ( @@ -246,6 +247,7 @@ export function FileTableContent() { > {row.getVisibleCells().map((cell) => ( diff --git a/src/files/files-page.tsx b/src/files/files-page.tsx index a92c5ad..f802167 100644 --- a/src/files/files-page.tsx +++ b/src/files/files-page.tsx @@ -33,7 +33,7 @@ export function FilesPage() { return ( <>
- + @@ -46,7 +46,7 @@ export function FilesPage() {
-
+