Reduce photo form bottom padding

This commit is contained in:
Sam Becker 2024-01-11 23:29:13 -06:00
parent de110730ee
commit 28db203e73

View File

@ -135,7 +135,7 @@ export default function PhotoForm({
</div>
<form
action={type === 'create' ? createPhotoAction : updatePhotoAction}
className="space-y-6 pb-12"
className="space-y-6"
>
{FORM_METADATA_ENTRIES.map(([key, {
label,