Person page working

This commit is contained in:
2025-03-10 22:55:16 -04:00
parent 5a2c8a8936
commit c9ceeea3b4
21 changed files with 757 additions and 47 deletions

View File

@@ -46,7 +46,7 @@ export default function PersonTab({
return (
<>
<div
className="flex flex-row items-center justify-center w-full"
className="flex flex-row items-center justify-center w-full mb-8"
>
<div
className="flex flex-row items-center justify-center w-full"
@@ -58,7 +58,7 @@ export default function PersonTab({
className="flex flex-row items-center justify-center w-full"
>
<PrimaryButton
className="mb-8 text-nowrap"
className="text-nowrap"
onClick={() => setDisplayCreatePersonModal(true)}
>
Create Person