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

@@ -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);