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
- },
- },
}