Merged PR 26: Frontend updates

This commit is contained in:
2024-12-10 11:20:55 +00:00
5 changed files with 7 additions and 7 deletions

View File

@@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<link rel="icon" href="/src/assets/Apollo_simple_logo.webp">
<!-- <link rel="icon" href="/src/assets/Apollo_simple_logo.webp"> -->
<link rel="icon" href="/olympus.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apollo</title>
<title>Knowledge</title>
<link href="https://cdn.jsdelivr.net/npm/@vetixy/circular-std@1.0.0/dist/index.min.css" rel="stylesheet">
</head>

BIN
public/olympus.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

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>

View File

@@ -75,7 +75,7 @@ const login = async () => {
</svg>
</div>
<div class="text-center mb-8">
<h1>Welcome to APOLLO</h1>
<h1>Welcome to KNOWLEDGE</h1>
</div>
<div>