From cdcfca222fb5a9eede70accc7cde7fd4d3acec3b Mon Sep 17 00:00:00 2001 From: Jared Schoeny Date: Fri, 28 Nov 2025 17:24:37 -1000 Subject: [PATCH] Add "optional" to website on account form --- src/components/Account/AccountForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Account/AccountForm.tsx b/src/components/Account/AccountForm.tsx index e72e6b1..2b722aa 100644 --- a/src/components/Account/AccountForm.tsx +++ b/src/components/Account/AccountForm.tsx @@ -109,7 +109,7 @@ export default function AccountForm({ user, profile }: { user: User | null, prof
- +