diff --git a/front/src/assets/logo/logo-full-500-white.png b/front/src/assets/logo/logo-full-500-white.png new file mode 100644 index 000000000..0bd22fb34 Binary files /dev/null and b/front/src/assets/logo/logo-full-500-white.png differ diff --git a/front/src/components/auth/LoginForm.vue b/front/src/components/auth/LoginForm.vue index 44e9d0f90..3fb4b2119 100644 --- a/front/src/components/auth/LoginForm.vue +++ b/front/src/components/auth/LoginForm.vue @@ -77,14 +77,22 @@ const submit = async () => { - +
- +
- diff --git a/front/src/views/ChooseInstance.vue b/front/src/views/ChooseInstance.vue index 09e80d05d..9214317f4 100644 --- a/front/src/views/ChooseInstance.vue +++ b/front/src/views/ChooseInstance.vue @@ -57,7 +57,14 @@ const isTauriInstance = computed(() => store.getters['instance/url'].href === TA