update names and font-size
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -23,7 +23,7 @@ a {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.5em !important;
|
||||
font-size: 1.4em !important;
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -74,7 +74,7 @@ watch(() => userPrefStore.getSelApp, appUpdated, { immediate: true });
|
||||
/>
|
||||
</svg>
|
||||
|
||||
<span>WORKFLOW</span>
|
||||
<span>WizardAI - WORKFLOW</span>
|
||||
</router-link>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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