diff --git a/frontend/src/components/Auth/MobileStart.vue b/frontend/src/components/Auth/MobileStart.vue new file mode 100644 index 000000000..87c1645cb --- /dev/null +++ b/frontend/src/components/Auth/MobileStart.vue @@ -0,0 +1,128 @@ + + + + {{ $t('auth.left.gratitude') }} + + + {{ $t('auth.left.newCurrency') }} + + + + + + + + + {{ $t('signup') }} + + + {{ $t('auth.left.hasAccount') }} + + {{ $t('auth.left.hereLogin') }} + + + + + + + diff --git a/frontend/src/layouts/AuthLayout_gdd.vue b/frontend/src/layouts/AuthLayout_gdd.vue index c96bc209d..0bc714251 100644 --- a/frontend/src/layouts/AuthLayout_gdd.vue +++ b/frontend/src/layouts/AuthLayout_gdd.vue @@ -1,44 +1,6 @@ - - - {{ $t('auth.left.gratitude') }} - - - {{ $t('auth.left.newCurrency') }} - - - - - - - - - {{ $t('signup') }} - - - {{ $t('auth.left.hasAccount') }} - - {{ $t('auth.left.hereLogin') }} - - - - - + @@ -119,6 +81,7 @@