You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: components/hcb/apply/personal-form.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -164,13 +164,13 @@ export default function PersonalInfoForm({
164
164
<Field
165
165
name="accommodations"
166
166
label="Accessibility needs"
167
-
description="Please specify any accommodations or accessibility needs you have so we can support you during onboarding and while using HCB"
167
+
description="Please specify any accommodations, accessibility needs, or other important information so we can support you during onboarding and while using HCB"
168
168
requiredFields={requiredFields}
169
169
>
170
170
<Input
171
171
name="accommodations"
172
172
id="accommodations"
173
-
placeholder="I need a screen reader"
173
+
placeholder="I use a screen reader / I need increased text size during onboarding"
text="Before joining Hack Club, Kara was a lead producer at Activision, shipping Crash Bandicoot N. Sane Trilogy and Bungie's Destiny 2 expansions. She’s deeply committed to inclusivity in gaming and tech spaces, and is beyond thrilled to be part of an org with kindness at its core. She has lived in 3 countries and names her pets after vegetables."
@@ -265,6 +287,7 @@ export default function Team() {
0 commit comments