style: place count of RecentEditsDataTable right
This commit is contained in:
parent
5a000caaff
commit
3eb0892a54
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue