diff --git a/index.html b/index.html index cd9c587..97ea111 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,9 @@ - + - Hermione + WizardAI - Workflow diff --git a/public/olympus.ico b/public/olympus.ico new file mode 100644 index 0000000..638d51b Binary files /dev/null and b/public/olympus.ico differ diff --git a/src/assets/layout/_main.scss b/src/assets/layout/_main.scss index 560144a..f20a969 100644 --- a/src/assets/layout/_main.scss +++ b/src/assets/layout/_main.scss @@ -23,7 +23,7 @@ a { } h1 { - font-size: 1.5em !important; + font-size: 1.4em !important; font-weight: bold !important; } diff --git a/src/layout/AppFooter.vue b/src/layout/AppFooter.vue index f7a0ccf..2b41ea3 100644 --- a/src/layout/AppFooter.vue +++ b/src/layout/AppFooter.vue @@ -11,9 +11,9 @@ const logoUrl = computed(() => { diff --git a/src/layout/AppProfileMenu.vue b/src/layout/AppProfileMenu.vue index 9ea572a..d3e347b 100644 --- a/src/layout/AppProfileMenu.vue +++ b/src/layout/AppProfileMenu.vue @@ -6,7 +6,7 @@ {{ user.name + " " + user.surname }} - + diff --git a/src/layout/AppTopbar.vue b/src/layout/AppTopbar.vue index 3a75843..debc4de 100644 --- a/src/layout/AppTopbar.vue +++ b/src/layout/AppTopbar.vue @@ -74,7 +74,7 @@ watch(() => userPrefStore.getSelApp, appUpdated, { immediate: true }); /> - HERMIONE + WizardAI - WORKFLOW diff --git a/src/main.js b/src/main.js index 25132d6..9266798 100644 --- a/src/main.js +++ b/src/main.js @@ -59,7 +59,9 @@ var auth = createAuth({ } }); -axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL;//'http://localhost:8081'/// +axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL; +//axios.defaults.baseURL ='http://localhost:8081'; + diff --git a/src/views/pages/CiaScenarioExec.vue b/src/views/pages/CiaScenarioExec.vue index 78d60c1..9348bdc 100644 --- a/src/views/pages/CiaScenarioExec.vue +++ b/src/views/pages/CiaScenarioExec.vue @@ -64,7 +64,7 @@