update names and font-size

This commit is contained in:
2024-12-10 16:15:51 +01:00
parent a32e20d51e
commit 8a559cfab9
7 changed files with 9 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/olympus.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Workflow</title>
<title>WizardAI - Workflow</title>
<link href="https://cdn.jsdelivr.net/npm/@vetixy/circular-std@1.0.0/dist/index.min.css" rel="stylesheet">
</head>

View File

@@ -23,7 +23,7 @@ a {
}
h1 {
font-size: 1.5em !important;
font-size: 1.4em !important;
font-weight: bold !important;
}

View File

@@ -11,9 +11,9 @@ const logoUrl = computed(() => {
<template>
<div class="layout-footer">
WORKFLOW
WORKFLOW
by
<span class="font-medium ml-2">GenAI Wizard</span>
<span class="font-medium ml-2">WizardAI</span>
</div>
</template>
<style lang="scss" scoped></style>

View File

@@ -74,7 +74,7 @@ watch(() => userPrefStore.getSelApp, appUpdated, { immediate: true });
/>
</svg>
<span>WORKFLOW</span>
<span>WizardAI - WORKFLOW</span>
</router-link>
</div>

View File

@@ -77,7 +77,8 @@ const login = async () => {
</svg>
</div>
<div class="text-center mb-8">
<h1>Welcome to WORKFLOW</h1>
<h1>Welcome to</h1>
<h1>WizardAI - WORKFLOW</h1>
</div>
<div>

View File

@@ -41,7 +41,7 @@ import { computed, onMounted, ref } from 'vue';
const menu = ref();
const currentSelection = ref(null);
const currentPosition = ref(null);
const content = ref('Welcome to GenAI Wizard Canvas....');
const content = ref('Welcome to WizardAI Canvas....');
const scenarios = ref([]);
const items = ref([]);
const execScenarioDialogVisible = ref(false);

View File

@@ -51,7 +51,7 @@ import 'md-editor-v3/lib/style.css';
import { computed, onMounted, ref } from 'vue';
const menu = ref();
const content = ref('# Welcome to GenAI Wizard Canvas....');
const content = ref('# Welcome to WizardAI Canvas....');
const scenarios = ref([]);
const items = ref([]);
const execScenarioDialogVisible = ref(false);