From 119b8cdb96eb14fa5cdb67f180bfa81e3ed3009c Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 1 Jun 2022 10:37:32 +0200 Subject: [PATCH] remove computed learnMore --- frontend/src/layouts/AuthLayout.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/src/layouts/AuthLayout.vue b/frontend/src/layouts/AuthLayout.vue index a971a6135..c886fd7f9 100644 --- a/frontend/src/layouts/AuthLayout.vue +++ b/frontend/src/layouts/AuthLayout.vue @@ -16,7 +16,7 @@
{{ $t('auth.left.gratitude') }}
{{ $t('auth.left.newCurrency') }}
{{ $t('auth.left.oneAnotherNature') }}
- + {{ $t('auth.left.learnMore') }} @@ -122,11 +122,6 @@ export default { this.$refs.pageFontSize.style.fontSize = size + 'rem' }, }, - computed: { - learnMore() { - return 'https://gradido.net/' + this.$i18n.locale - }, - }, }