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