Changes Logos
This commit is contained in:
@@ -6,6 +6,7 @@ const user = useSupabaseUser()
|
|||||||
console.log(user)
|
console.log(user)
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
|
const colorMode = useColorMode()
|
||||||
const supabase = useSupabaseClient()
|
const supabase = useSupabaseClient()
|
||||||
const tenants = (await supabase.from("tenants").select()).data
|
const tenants = (await supabase.from("tenants").select()).data
|
||||||
const {loaded, profiles} = storeToRefs(useDataStore())
|
const {loaded, profiles} = storeToRefs(useDataStore())
|
||||||
@@ -181,7 +182,8 @@ const items = [
|
|||||||
<UHeader :links="navLinks">
|
<UHeader :links="navLinks">
|
||||||
<template #logo>
|
<template #logo>
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
<img src="/spaces.svg"/>
|
<img v-if="colorMode.value === 'dark'" src="/spaces.svg"/>
|
||||||
|
<img v-else src="/spaces_hell.svg"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
BIN
spaces/public/favicon.ico
Normal file
BIN
spaces/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
1
spaces/public/spaces_hell.svg
Normal file
1
spaces/public/spaces_hell.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user