Person page working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user