update names and font-size
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user