update application names

This commit is contained in:
2024-12-09 10:39:58 +01:00
parent 3607442539
commit d5ba1be472
4 changed files with 5 additions and 5 deletions

View File

@@ -11,9 +11,9 @@ const logoUrl = computed(() => {
<template>
<div class="layout-footer">
APOLLO
KNOWLEDGE
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

@@ -49,7 +49,7 @@ watch(() => userPrefStore.getSelApp, appUpdated, { immediate: true });
<router-link to="/" class="layout-topbar-logo">
<img :src="logoSrc" alt="Logo" class="logo-image" />
<span>APOLLO</span>
<span>KNOWLEDGE</span>
</router-link>
</div>