-
+
diff --git a/src/routes/(user)/settings/profile-form.svelte b/src/routes/(user)/settings/profile-form.svelte
index 62e4c21..e8fcf4d 100644
--- a/src/routes/(user)/settings/profile-form.svelte
+++ b/src/routes/(user)/settings/profile-form.svelte
@@ -1,123 +1,57 @@
-
-
- Username
-
-
-
- This is your public display name. It can be your real name or a pseudonym. You can only
- change this once every 30 days.
-
-
-
+
+
+ Change your name
+
+ You can modify the displayed profile name, which also determines your ticket ownership.
+
+
+
+
+
+ Name
+
+
+ This is your public display name.
+
+
-
-
- Email
- {
- s && ($formData.email = s.value);
- }}
- >
-
-
-
-
-
-
-
-
-
-
-
-
- You can manage verified email addresses in your email settings.
-
-
-
-
-
- Bio
-
-
-
- You can @mention other users and organizations to link to them.
-
-
-
-
-
- URLs
- {#each $formData.urls as _, i}
-
-
- Add links to your website, blog, or social media profiles.
-
-
-
-
-
-
- {/each}
-
-
-
+ Update name
+
- Update profile
-
-
-{#if dev && PUBLIC_DEBUG_FORMS == 'true' && browser}
-
-{/if}
+ {#if dev && PUBLIC_DEBUG_FORMS == 'true' && browser}
+