Added Christmas Logo
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
import MainNav from "~/components/MainNav.vue";
|
import MainNav from "~/components/MainNav.vue";
|
||||||
|
import dayjs from "dayjs";
|
||||||
|
|
||||||
const dataStore = useDataStore()
|
const dataStore = useDataStore()
|
||||||
const colorMode = useColorMode()
|
const colorMode = useColorMode()
|
||||||
@@ -14,6 +15,8 @@ console.log("2.")
|
|||||||
|
|
||||||
dataStore.initializeData((await supabase.auth.getUser()).data.user.id)
|
dataStore.initializeData((await supabase.auth.getUser()).data.user.id)
|
||||||
|
|
||||||
|
const month = dayjs().format("MM")
|
||||||
|
|
||||||
|
|
||||||
/*const isLight = computed({
|
/*const isLight = computed({
|
||||||
get() {
|
get() {
|
||||||
@@ -546,10 +549,17 @@ const footerLinks = [/*{
|
|||||||
v-else
|
v-else
|
||||||
class="flex flex-col"
|
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
|
<UColorModeImage
|
||||||
light="/Logo.png"
|
light="/Logo.png"
|
||||||
dark="/Logo_Dark.png"
|
dark="/Logo_Dark.png"
|
||||||
class="w-1/3 mx-auto my-10"
|
class="w-1/3 mx-auto my-10"
|
||||||
|
v-else
|
||||||
/>
|
/>
|
||||||
<div v-if="dataStore.showProfileSelection">
|
<div v-if="dataStore.showProfileSelection">
|
||||||
<ProfileSelection/>
|
<ProfileSelection/>
|
||||||
|
|||||||
@@ -101,8 +101,8 @@ const onSubmit = async (data) => {
|
|||||||
<UCard class="max-w-sm w-full mx-auto mt-5">
|
<UCard class="max-w-sm w-full mx-auto mt-5">
|
||||||
|
|
||||||
<UColorModeImage
|
<UColorModeImage
|
||||||
light="/Logo.png"
|
light="/Logo_Hell_Weihnachten.png"
|
||||||
dark="/Logo_Dark.png"
|
dark="/Logo_Dunkel_Weihnachten.png"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<UAuthForm
|
<UAuthForm
|
||||||
|
|||||||
BIN
public/Logo_Dunkel_Weihnachten.png
Normal file
BIN
public/Logo_Dunkel_Weihnachten.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
BIN
public/Logo_Hell_Weihnachten.png
Normal file
BIN
public/Logo_Hell_Weihnachten.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Reference in New Issue
Block a user