Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/lunetas cam #48

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#[3] Modificatons légères
  • Loading branch information
will363 committed May 21, 2022
commit ac75a6b8368ac3cab445e24a7343796d87e6f781
8 changes: 4 additions & 4 deletions src/views/checkout/step2/ShippingForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const ShippingForm = () => {
className="label-input"
htmlFor={field.name}
>
Shipping Option
Delivery Option
</label>
)}
<div className="checkout-checkbox-field">
Expand All @@ -70,10 +70,10 @@ const ShippingForm = () => {
/>
<label className="d-flex w-100" htmlFor={field.name}>
<h5 className="d-flex-grow-1 margin-0">
&nbsp; International Shipping &nbsp;
<span className="text-subtle">7-14 days</span>
&nbsp; Delivery Charges &nbsp;
<span className="text-subtle">1-2 days</span>
</h5>
<h4 className="margin-0">25000FCFA</h4>
<h4 className="margin-0">2500FCFA</h4>
</label>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/views/checkout/step2/ShippingTotal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const ShippingTotal = ({ subtotal }) => {
<tr>
<td>
<span className="d-block margin-0 padding-right-s text-right">
International Shipping: &nbsp;
Delivery Charges: &nbsp;
</span>
</td>
<td>
Expand Down