diff --git a/src/NavItem.jsx b/src/NavItem.jsx index 54084f2..7d2df82 100644 --- a/src/NavItem.jsx +++ b/src/NavItem.jsx @@ -3,7 +3,7 @@ import PropTypes from 'prop-types' export default function NavItem({ title, path, isActive, isEnabled }) { return (
  • - {title} + {title}
  • ) } diff --git a/src/steps/AddonsStep.jsx b/src/steps/AddonsStep.jsx index c02d1b4..ff7fd7d 100644 --- a/src/steps/AddonsStep.jsx +++ b/src/steps/AddonsStep.jsx @@ -50,7 +50,7 @@ export default function AddonsStep() { - + ) } \ No newline at end of file diff --git a/src/steps/SelectPlanStep.jsx b/src/steps/SelectPlanStep.jsx index 7b9f438..9badd2c 100644 --- a/src/steps/SelectPlanStep.jsx +++ b/src/steps/SelectPlanStep.jsx @@ -93,7 +93,7 @@ export default function SelectPlanStep() { - + ) } \ No newline at end of file diff --git a/src/steps/SummaryStep.jsx b/src/steps/SummaryStep.jsx index 5f90b8e..ae8090d 100644 --- a/src/steps/SummaryStep.jsx +++ b/src/steps/SummaryStep.jsx @@ -26,7 +26,7 @@ export default function SummaryStep() {
  • {plans[subscription.selectedPlan].label} ({capitalize(term.long)})

    - Change + Change
    ${plans[subscription.selectedPlan][term.long]}/{term.short}
  • @@ -43,7 +43,7 @@ export default function SummaryStep() { +${subtotal}/{term.short} - + ) } \ No newline at end of file