Refactor variables

This commit is contained in:
2023-05-08 16:10:37 +02:00
parent cca9967af6
commit c48c782154
3 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
variant="outlined"
color="primary"
prepend-icon="mdi-email-outline"
:href="`mailto:<${$myEmail}>`"
:href="`mailto:<${$config.public.myEmail}>`"
>
{{ $t('getInTouch') }}
</v-btn>