We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0286e60 commit 616bb89Copy full SHA for 616bb89
src/resources/themes.md
@@ -28,7 +28,7 @@ order: 804
28
<h3 class="item-preview-name" :class="{'free': product.price === 0}">
29
{{product.name}}
30
</h3>
31
- <b v-if="product.price" class="item-preview-price">{{product.price}}$</b>
+ <b v-if="product.price" class="item-preview-price">${{product.price}}</b>
32
</div>
33
<div class="item-preview-description">{{product.description}}</div>
34
0 commit comments