back to home page btn added

This commit is contained in:
victorAnumudu
2025-02-06 08:49:32 +01:00
parent 15a598872e
commit 411d44d4e8
4 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export default function HomeCom() {
<p className='text-red-500'>{error.message}</p>
</div>
:
<TableWrapper data={demoUsers} itemsPerPage={8}>
<TableWrapper data={demoUsers} itemsPerPage={16}>
{({ data }) => (
<div className="grid gap-5 sm:gap-[40px] grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4">
{data.map((user, index) => {