Skip to content

Commit

Permalink
Merge pull request #12 from vania-pooh/master
Browse files Browse the repository at this point in the history
Swapped price and number of test odometers
  • Loading branch information
vania-pooh authored Nov 16, 2022
2 parents 76b1098 + 536f0b6 commit e4746a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site/layouts/partials/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ <h2 class="pricing__title" id="pricing">Pricing</h2>
<div class="pricing-range__range-container"></div>
<div class="pricing-range__config">
<div class="pricing-range__selects"></div>
<label class="d-flex justify-content-between align-items-center d-sm-inline pricing-range__duration-label">
<span class="pricing-range__duration-label-text">Test runs per day:</span>
<span class="pricing-range__odometer-container">
<span class="pricing-range__count-label-tests"></span><span id="count-odometer"></span>
</span>
</label>
<label class="d-flex justify-content-between align-items-center d-sm-inline pricing-range__price-label">
<span class="pricing-range__price-label-text">Monthly cost:</span>
<span class="pricing-range__odometer-container">
<span class="pricing-range__price-label-currency">$</span><span id="price-odometer"></span>
</span>
</label>
<label class="d-flex justify-content-between align-items-center d-sm-inline pricing-range__duration-label">
<span class="pricing-range__duration-label-text">Test runs per day:</span>
<span class="pricing-range__odometer-container">
<span class="pricing-range__count-label-tests"></span><span id="count-odometer"></span>
</span>
</label>
</div>

<div class="pricing-range__config">
Expand Down

0 comments on commit e4746a6

Please sign in to comment.