Added Christmas Logo

This commit is contained in:
2024-12-01 13:44:55 +01:00
parent a6712f7c98
commit 8e68858489
4 changed files with 12 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
import MainNav from "~/components/MainNav.vue";
import dayjs from "dayjs";
const dataStore = useDataStore()
const colorMode = useColorMode()
@@ -14,6 +15,8 @@ console.log("2.")
dataStore.initializeData((await supabase.auth.getUser()).data.user.id)
const month = dayjs().format("MM")
/*const isLight = computed({
get() {
@@ -546,10 +549,17 @@ const footerLinks = [/*{
v-else
class="flex flex-col"
>
<UColorModeImage
light="/Logo_Hell_Weihnachten.png"
dark="/Logo_Dunkel_Weihnachten.png"
class="w-1/3 mx-auto my-10"
v-if="month === '12'"
/>
<UColorModeImage
light="/Logo.png"
dark="/Logo_Dark.png"
class="w-1/3 mx-auto my-10"
v-else
/>
<div v-if="dataStore.showProfileSelection">
<ProfileSelection/>