From eaeddda4e468c2040862d18c9b2d37a1c0ba099e Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Fri, 3 Feb 2023 17:04:00 +0100 Subject: [PATCH] feat: improve naming and styles --- src/App.vue | 12 +++-- .../{Update.vue => UpdateNotification.vue} | 50 ++++++++----------- src/components/home/contentAuth.vue | 5 -- src/components/input/button.vue | 14 ++++-- src/i18n/lang/en.json | 2 +- src/styles/theme/helpers.scss | 6 +-- 6 files changed, 41 insertions(+), 48 deletions(-) rename src/components/home/{Update.vue => UpdateNotification.vue} (71%) diff --git a/src/App.vue b/src/App.vue index 1231104690..79fa63a466 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,5 @@