From d5ba1be472a3b3491b960cfed9a3126f6a74182c Mon Sep 17 00:00:00 2001 From: Emanuele Ferrelli Date: Mon, 9 Dec 2024 10:39:58 +0100 Subject: [PATCH] update application names --- index.html | 2 +- src/layout/AppFooter.vue | 4 ++-- src/layout/AppTopbar.vue | 2 +- src/views/pages/auth/Login.vue | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a266405..915172d 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - Apollo + Knowledge diff --git a/src/layout/AppFooter.vue b/src/layout/AppFooter.vue index 14992f8..c03db85 100644 --- a/src/layout/AppFooter.vue +++ b/src/layout/AppFooter.vue @@ -11,9 +11,9 @@ const logoUrl = computed(() => { diff --git a/src/layout/AppTopbar.vue b/src/layout/AppTopbar.vue index 19f32c9..a893269 100644 --- a/src/layout/AppTopbar.vue +++ b/src/layout/AppTopbar.vue @@ -49,7 +49,7 @@ watch(() => userPrefStore.getSelApp, appUpdated, { immediate: true }); diff --git a/src/views/pages/auth/Login.vue b/src/views/pages/auth/Login.vue index eab7455..b6acf62 100644 --- a/src/views/pages/auth/Login.vue +++ b/src/views/pages/auth/Login.vue @@ -75,7 +75,7 @@ const login = async () => {
-

Welcome to APOLLO

+

Welcome to KNOWLEDGE