= (props) => {
+
+
-
+
@@ -118,7 +120,7 @@ export const Onboarding: Component = (props) => {
value={field.value}
required
orientation="horizontal"
- input={input}
+ input={{...input, placeholder: "Name your Clan"}}
/>
}
@@ -148,7 +150,6 @@ export const Onboarding: Component = (props) => {
-
);