This commit is contained in:
José Conde
2023-07-26 22:27:34 +02:00
parent 7d776d7972
commit 4935692742
3 changed files with 9 additions and 8 deletions

View File

@ -48,7 +48,7 @@
<ProductCarouselVue :products="productsCarousel" />
<Certifications />
<h6 class="text-centered">Descarga aquí nuestro porfolio</h6>
<h6 class="text-centered">{{ $t('products_page.download')}}</h6>
<div class="buttons text-centered">
<button class="mt-5" @click.prevent.stop="download">{{ $t('common.download') }}</button>
</div>