Skip to content

Commit

Permalink
fix: currency test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Mar 2, 2024
1 parent 2992d3e commit 83059ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/premium/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@
<p class="text-4xl font-bold tracking-tight text-base-content-highlight">{{experimentPriceCurrency}}7</p>

<div class="text-sm leading-5">
<p class="text-base-content">EUR</p>
<p class="text-base-content">
{{ experimentPriceCurrency === '$' ? 'USD' : 'EUR'}}
</p>
<p>Billed monthly</p>
</div>
</div>
Expand Down

0 comments on commit 83059ce

Please sign in to comment.