Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jaeriah Tay <[email protected]>
  • Loading branch information
PaitoAnderson and jaepass authored Jun 22, 2021
1 parent 17b0cb0 commit fa727d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/checkout/common/AddressForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class AddressForm extends Component {
return (
<>
<div className="row">
<div className="col-12">
<div className="col-12 mb-3">
<label className="w-100">
<p className="mb-1 font-size-caption font-color-light">
Full name*
Expand Down Expand Up @@ -108,7 +108,7 @@ export default class AddressForm extends Component {
name={`${type}[street]`}
value={street}
className="rounded-0 w-100"
placeholder="House number, steet, etc."
placeholder="House number, steet address, etc."
/>
</label>
</div>
Expand All @@ -121,7 +121,7 @@ export default class AddressForm extends Component {
name={`${type}[street_2]`}
value={street2}
className="rounded-0 w-100"
placeholder="Appartment, buero, etc."
placeholder="Apartment, suite number, etc."
/>
</label>
</div>
Expand Down Expand Up @@ -151,7 +151,7 @@ export default class AddressForm extends Component {
<div className="col-12 col-sm-6 mb-3">
<label className="w-100">
<p className="mb-1 font-size-caption font-color-light">
Postal code*
Postal code/zip code*
</p>
<input
required
Expand Down

0 comments on commit fa727d1

Please sign in to comment.