Merged PR 26: Frontend updates
This commit is contained in:
@@ -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
BIN
public/olympus.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 179 KiB |
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user