remove computed learnMore

This commit is contained in:
ogerly 2022-06-01 10:37:32 +02:00
parent 7c3cfd508f
commit 119b8cdb96

View File

@ -16,7 +16,7 @@
<div class="h0 text-white">{{ $t('auth.left.gratitude') }}</div>
<div class="h1 text-white">{{ $t('auth.left.newCurrency') }}</div>
<div class="h2 text-white">{{ $t('auth.left.oneAnotherNature') }}</div>
<b-link :href="learnMore" target="_blank">
<b-link :href="`https://gradido.net/${$i18n.locale}`" target="_blank">
<b-button variant="gradido">
{{ $t('auth.left.learnMore') }}
</b-button>
@ -122,11 +122,6 @@ export default {
this.$refs.pageFontSize.style.fontSize = size + 'rem'
},
},
computed: {
learnMore() {
return 'https://gradido.net/' + this.$i18n.locale
},
},
}
</script>