diff --git a/frontend/public/img/template/Foto_01.jpg b/frontend/public/img/template/Foto_01.jpg deleted file mode 100644 index 6238da44c..000000000 Binary files a/frontend/public/img/template/Foto_01.jpg and /dev/null differ diff --git a/frontend/public/img/template/Foto_04_2400_small.jpg b/frontend/public/img/template/Foto_04_2400_small.jpg new file mode 100644 index 000000000..25e319e22 Binary files /dev/null and b/frontend/public/img/template/Foto_04_2400_small.jpg differ diff --git a/frontend/public/img/template/Foto_05_2400_small.jpg b/frontend/public/img/template/Foto_05_2400_small.jpg new file mode 100644 index 000000000..5b1cb2e64 Binary files /dev/null and b/frontend/public/img/template/Foto_05_2400_small.jpg differ diff --git a/frontend/src/components/Auth/AuthCarousel.vue b/frontend/src/components/Auth/AuthCarousel.vue index 0099d9d68..2707d862b 100644 --- a/frontend/src/components/Auth/AuthCarousel.vue +++ b/frontend/src/components/Auth/AuthCarousel.vue @@ -5,11 +5,11 @@
{{ $t('auth.left.gratitude') }}
{{ $t('auth.left.oneGratitude') }}
- +
{{ $t('auth.left.dignity') }}
{{ $t('auth.left.oneDignity') }}
- +
{{ $t('auth.left.donation') }}
{{ $t('auth.left.oneDonation') }}
diff --git a/frontend/src/layouts/AuthLayout.vue b/frontend/src/layouts/AuthLayout.vue index e9f0aeaf7..984c93870 100644 --- a/frontend/src/layouts/AuthLayout.vue +++ b/frontend/src/layouts/AuthLayout.vue @@ -4,7 +4,7 @@
-
+
@@ -134,6 +134,7 @@ onBeforeMount(() => { // clear state store.commit('project', null) }) +const isDesktop = computed(() => window.innerWidth > 768) // put project value into store, if projectBrandingBanner query don't throw an error, so project exists watchEffect(() => {