Pricing: default to Monthly instead of Yearly

This commit is contained in:
Oliver
2026-06-10 15:50:02 -03:00
parent cbcce18d91
commit c2e31b5404
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -359,8 +359,8 @@
<option value="hermes" selected>Hermes</option> <option value="hermes" selected>Hermes</option>
</select> </select>
<select class="pricing-config-select" id="pricing-period"> <select class="pricing-config-select" id="pricing-period">
<option value="monthly">Monthly</option> <option value="monthly" selected>Monthly</option>
<option value="yearly" selected>Yearly</option> <option value="yearly">Yearly</option>
</select> </select>
<select class="pricing-config-select" id="pricing-location"> <select class="pricing-config-select" id="pricing-location">
<option value="france">France</option> <option value="france">France</option>
+2 -2
View File
@@ -2011,8 +2011,8 @@
<option value="hermes" selected>Hermes</option> <option value="hermes" selected>Hermes</option>
</select> </select>
<select class="pricing-config-select" id="pricing-period"> <select class="pricing-config-select" id="pricing-period">
<option value="monthly">Monthly</option> <option value="monthly" selected>Monthly</option>
<option value="yearly" selected>Yearly</option> <option value="yearly">Yearly</option>
</select> </select>
<select class="pricing-config-select" id="pricing-location"> <select class="pricing-config-select" id="pricing-location">
<option value="france">France</option> <option value="france">France</option>