mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Change icon & fix form validation (#354)
This commit is contained in:
parent
4f65346867
commit
1f4f5972b1
2 changed files with 1 additions and 2 deletions
|
|
@ -111,7 +111,6 @@ export default function BankApplyForm() {
|
|||
helperText="If applicable, please format as: City, State."
|
||||
value={values.eventLocation}
|
||||
onChange={handleChange}
|
||||
required
|
||||
/>
|
||||
|
||||
<Label
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ export default function RealTimeline() {
|
|||
duration="Step 3"
|
||||
/>
|
||||
<Step
|
||||
icon="card"
|
||||
icon="friend"
|
||||
name="Invite your team & start fundraising"
|
||||
duration="Step 4"
|
||||
mb={0}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue