updating edit profile modal

This commit is contained in:
zmeyer44 2023-11-01 07:38:40 -04:00
parent 4ade187685
commit 7445566cf5

View File

@ -62,7 +62,7 @@ export default function EditProfileModal() {
return ( return (
<FormModal <FormModal
title="Edit List" title="Edit Profile"
fields={[ fields={[
{ {
label: "Display name", label: "Display name",
@ -76,7 +76,7 @@ export default function EditProfileModal() {
}, },
{ {
label: "Image", label: "Image",
type: "input", type: "upload",
slug: "image", slug: "image",
}, },
{ {
@ -86,7 +86,7 @@ export default function EditProfileModal() {
}, },
{ {
label: "Banner", label: "Banner",
type: "input", type: "upload",
slug: "banner", slug: "banner",
}, },
{ {