Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
willdemelo authored Nov 9, 2024
1 parent 581e866 commit 2f766e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ <h2>Daily Routines and Lifestyle Survey</h2>
html: `
<div style="margin-bottom: 15px;">
<label>For the cause ($): </label>
<input type="number" id="causeInput" min="0" max="8" placeholder="0 - 8" style="width: 60px;" required>
<input type="number" id="causeInput" min="0" max="8" style="width: 60px;" required>
</div>
`,
label: "For the cause ($)"
Expand All @@ -316,7 +316,7 @@ <h2>Daily Routines and Lifestyle Survey</h2>
html: `
<div style="margin-bottom: 15px;">
<label>For covering charitable organizations’ operating expense ($): </label>
<input type="number" id="expenseInput" min="0" max="8" placeholder="0 - 8" style="width: 60px;" required>
<input type="number" id="expenseInput" min="0" max="8" style="width: 60px;" required>
</div>
`,
label: "For covering charitable organizations’ operating expense ($)"
Expand Down

0 comments on commit 2f766e9

Please sign in to comment.