update application names

This commit is contained in:
2024-12-09 10:32:33 +01:00
parent 9e19c57243
commit 63f3c44cff
9 changed files with 15 additions and 15 deletions

View File

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

View File

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