fixed ask for a quote btn on pricing page

This commit is contained in:
2021-08-04 18:37:12 +02:00
parent bb2d915a36
commit 5e70154f7a
4 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
</button>
</div>
</div>
<div v-if="product.id == 4">
<div v-if="product.id == 3">
<a href="/pricing/multijoueur" class="btn">
{{ $t("default.Ask for a quote") }}
</a>