Brand logo
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<link rel="icon" href="/logo.png">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>HackMyCart</title>
|
||||
<title>EventMaster</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
BIN
software/public/logo.png
Normal file
BIN
software/public/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
@@ -76,7 +76,7 @@ watch(() => preferencesStore.language, () => {
|
||||
</v-sheet>
|
||||
</v-container>
|
||||
|
||||
<v-footer color="secondary">
|
||||
<v-footer color="primary">
|
||||
<footer-items />
|
||||
</v-footer>
|
||||
</v-main>
|
||||
|
||||
@@ -1,11 +1,19 @@
|
||||
<script setup lang="ts">
|
||||
import { useRouter } from 'vue-router';
|
||||
|
||||
const router = useRouter()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<v-app-bar-title class="pr-5">
|
||||
<!-- todo: Brand logo -->
|
||||
<v-btn variant="plain" to="/" flat>HackMyCart</v-btn>
|
||||
</v-app-bar-title>
|
||||
<v-card
|
||||
:link="true"
|
||||
rounded="0"
|
||||
elevation="0"
|
||||
class="mr-5"
|
||||
to="/"
|
||||
>
|
||||
<v-img src="logo.png" width="80" />
|
||||
</v-card>
|
||||
|
||||
<v-divider vertical />
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ const vuetify = createVuetify({
|
||||
dark: true,
|
||||
colors: {
|
||||
primary: colors.blue.darken4,
|
||||
secondary: colors.blue.lighten1,
|
||||
secondary: colors.yellow.darken3,
|
||||
sheet: colors.grey.darken4
|
||||
}
|
||||
},
|
||||
@@ -25,7 +25,7 @@ const vuetify = createVuetify({
|
||||
dark: false,
|
||||
colors: {
|
||||
primary: colors.blue.darken4,
|
||||
secondary: colors.blue.darken1,
|
||||
secondary: colors.yellow.darken3,
|
||||
sheet: colors.grey.lighten3
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user