@@ -172,41 +170,29 @@ export function VerifierIdentityStep({
{
if (patch.name !== undefined) onChange({ name: patch.name });
+ if (patch.website !== undefined) {
+ onChange({ website: patch.website as string });
+ }
}}
onPickImage={handlePickImage}
+ bioField="website"
showNip05={false}
showBadges={false}
/>
- {/* Website — a first-class required field for organizations, so it
- gets its own labeled input rather than living in ProfileCard's
- collapsible extra-fields section. */}
-
diff --git a/src/locales/en.json b/src/locales/en.json
index 4384f348..ac388fb9 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -153,8 +153,7 @@
"verifier": {
"identity": {
"title": "Set up your organization",
- "subtitle": "Add your organization's name, website, logo, and a banner. Donors will see these on every campaign you verify.",
- "websiteLabel": "Website",
+ "subtitle": "Add your organization's name and logo. A website and banner are optional. Donors will see these on every campaign you verify.",
"websiteInvalid": "Enter a valid website starting with https://",
"cropAvatar": "Crop logo",
"cropBanner": "Crop banner",