diff --git a/app/dashboard/files/columns.tsx b/app/dashboard/files/columns.tsx index 81f04bf..f77f120 100644 --- a/app/dashboard/files/columns.tsx +++ b/app/dashboard/files/columns.tsx @@ -76,13 +76,15 @@ export const columns: ColumnDef[] = [ accessorKey: "modified", header: ({ column }) => { return ( +
+
) }, cell: ({ row }) => { @@ -110,7 +112,7 @@ export const columns: ColumnDef[] = [ formatted = `${formatted}s` } - return
{formatted} ago
+ return
{formatted} ago
}, }, ] diff --git a/app/dashboard/files/data-table.tsx b/app/dashboard/files/data-table.tsx index c732f62..6aaeb50 100644 --- a/app/dashboard/files/data-table.tsx +++ b/app/dashboard/files/data-table.tsx @@ -55,7 +55,7 @@ export function DataTable({ return (
-
+
{table.getHeaderGroups().map((headerGroup) => (