style: place count of RecentEditsDataTable right

This commit is contained in:
Thomas Bishop 2025-07-23 15:21:22 +01:00
parent 5a000caaff
commit 3eb0892a54

View file

@ -74,7 +74,7 @@ export function RecentEditsDataTable({ columns, data, loading }) {
</TableBody>
</Table>
</div>
<div className="flex items-center justify-between space-x-2 py-4">
<div className="flex items-center justify-end space-x-2 py-4 gap-2">
<div>
<span className="text-sm text-muted-foreground">{`${currentPage + 1} of ${pageCount}`}</span>
</div>