update names and font-size
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="icon" href="/olympus.ico">
|
<link rel="icon" href="/olympus.ico">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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">
|
<link href="https://cdn.jsdelivr.net/npm/@vetixy/circular-std@1.0.0/dist/index.min.css" rel="stylesheet">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.5em !important;
|
font-size: 1.4em !important;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ const logoUrl = computed(() => {
|
|||||||
<div class="layout-footer">
|
<div class="layout-footer">
|
||||||
WORKFLOW
|
WORKFLOW
|
||||||
by
|
by
|
||||||
<span class="font-medium ml-2">GenAI Wizard</span>
|
<span class="font-medium ml-2">WizardAI</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<style lang="scss" scoped></style>
|
<style lang="scss" scoped></style>
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ watch(() => userPrefStore.getSelApp, appUpdated, { immediate: true });
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
<span>WORKFLOW</span>
|
<span>WizardAI - WORKFLOW</span>
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -77,7 +77,8 @@ const login = async () => {
|
|||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-center mb-8">
|
<div class="text-center mb-8">
|
||||||
<h1>Welcome to WORKFLOW</h1>
|
<h1>Welcome to</h1>
|
||||||
|
<h1>WizardAI - WORKFLOW</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ import { computed, onMounted, ref } from 'vue';
|
|||||||
const menu = ref();
|
const menu = ref();
|
||||||
const currentSelection = ref(null);
|
const currentSelection = ref(null);
|
||||||
const currentPosition = 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 scenarios = ref([]);
|
||||||
const items = ref([]);
|
const items = ref([]);
|
||||||
const execScenarioDialogVisible = ref(false);
|
const execScenarioDialogVisible = ref(false);
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ import 'md-editor-v3/lib/style.css';
|
|||||||
import { computed, onMounted, ref } from 'vue';
|
import { computed, onMounted, ref } from 'vue';
|
||||||
|
|
||||||
const menu = ref();
|
const menu = ref();
|
||||||
const content = ref('# Welcome to GenAI Wizard Canvas....');
|
const content = ref('# Welcome to WizardAI Canvas....');
|
||||||
const scenarios = ref([]);
|
const scenarios = ref([]);
|
||||||
const items = ref([]);
|
const items = ref([]);
|
||||||
const execScenarioDialogVisible = ref(false);
|
const execScenarioDialogVisible = ref(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user