logout btn added

This commit is contained in:
victorAnumudu
2025-02-12 09:41:33 +01:00
parent b844a402c9
commit 2e3902019b
6 changed files with 35 additions and 9 deletions
+3 -3
View File
@@ -28,8 +28,8 @@ export default function HomeCom() {
}
return (
<div className={`h-screen bg-sky-300 flex flex-col items-center justify-center bg-[url('./assets/first-background.jpg')] bg-cover bg-center bg-no-repeat`}>
<div className="w-full h-screen flex flex-col gap-2 overflow-y-auto text-black p-5 sm:p-[40px]">
<div className="w-full flex flex-col gap-2 text-black">
<div className="py-3 text-3xl text-black font-bold">Users</div>
{isFetching ?
<>
@@ -88,7 +88,7 @@ export default function HomeCom() {
</TableWrapper>
}
</div>
</div>
)
}