Change icon & fix form validation (#354)

This commit is contained in:
Ella 2022-02-07 11:52:29 -08:00 committed by GitHub
parent 4f65346867
commit 1f4f5972b1
2 changed files with 1 additions and 2 deletions

View file

@ -111,7 +111,6 @@ export default function BankApplyForm() {
helperText="If applicable, please format as: City, State."
value={values.eventLocation}
onChange={handleChange}
required
/>
<Label

View file

@ -137,7 +137,7 @@ export default function RealTimeline() {
duration="Step 3"
/>
<Step
icon="card"
icon="friend"
name="Invite your team &amp; start fundraising"
duration="Step 4"
mb={0}