Skip to content

Commit

Permalink
Update card headers to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
dross20 committed Oct 30, 2024
1 parent 34e9f11 commit 232ae27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/DonationCharityForm/DonationCharityForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function charityForm () {

<>
<div className="form-container">
<h2>What kind of organization do you want to donate to?</h2>
<h2 className="question">What kind of organization do you want to donate to?</h2>
<a
href="#"
className="Add-selections"
Expand Down
2 changes: 1 addition & 1 deletion src/DonationForm/DonationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function DonationForm() {

</form>

<h2 className="question">Do you have any extra considerations</h2>
<h2 className="question">Do you have any extra considerations?</h2>

<form>
<label>
Expand Down
2 changes: 1 addition & 1 deletion src/DonationItemForm/DonationItemForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import './DonationItemsForm.css'; // Assuming you create a CSS file for styling

<>
<div className="form-container">
<h2>What kinds of items do you have to donate?</h2>
<h2 className="question">What kinds of items do you have to donate?</h2>
<a
href="#"
className = "clear-selections"
Expand Down

0 comments on commit 232ae27

Please sign in to comment.