mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix(frontend): Mailto Link
This commit is contained in:
parent
5032307e2b
commit
4724912025
@ -47,7 +47,7 @@
|
|||||||
</b-container>
|
</b-container>
|
||||||
<b-container>
|
<b-container>
|
||||||
<div class="h3">{{ $t('contact') }}</div>
|
<div class="h3">{{ $t('contact') }}</div>
|
||||||
<b-link href="mailto: abc@example.com">{{ supportMail }}</b-link>
|
<b-link :href="`mailto:${supportMail}`">{{ supportMail }}</b-link>
|
||||||
</b-container>
|
</b-container>
|
||||||
<!--
|
<!--
|
||||||
<hr />
|
<hr />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user