From 3a2f56db6f14e113bccd1fa066226645657d4429 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 17 May 2022 09:05:07 +0200 Subject: [PATCH] change style color from login and register --- frontend/src/components/Auth/Navbar.vue | 12 ++++++++++-- frontend/src/components/Auth/NavbarSmall.vue | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Auth/Navbar.vue b/frontend/src/components/Auth/Navbar.vue index a26230455..63e0daf04 100644 --- a/frontend/src/components/Auth/Navbar.vue +++ b/frontend/src/components/Auth/Navbar.vue @@ -21,9 +21,9 @@ {{ $t('auth.navbar.overGradido') }} - {{ $t('signup') }} + {{ $t('signup') }} {{ $t('|') }} - {{ $t('signin') }} + {{ $t('signin') }} @@ -41,6 +41,14 @@ export default { }