fixed mail link in showrooms

This commit is contained in:
2021-08-05 12:07:09 +02:00
parent d49700753a
commit 2305b7529e
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
<section class="content">
<address v-html="item.field_public_address" />
<div class="phone" v-html="item.field_public_phone" />
<div class="email" v-html="item.field_public_email" />
<a class="email" :href="'mailto:'+item.field_public_email" v-html="item.field_public_email" />
</section>
</article>
</template>