diff --git a/GUI/public/static/images/kinoabend/total.jpg b/GUI/public/static/images/kinoabend/total.jpg new file mode 100644 index 0000000..2b4e978 Binary files /dev/null and b/GUI/public/static/images/kinoabend/total.jpg differ diff --git a/GUI/public/static/images/nikolausturnier/total.png b/GUI/public/static/images/nikolausturnier/total.png new file mode 100644 index 0000000..d77db86 Binary files /dev/null and b/GUI/public/static/images/nikolausturnier/total.png differ diff --git a/GUI/public/static/images/wettkampf/total.jpg b/GUI/public/static/images/wettkampf/total.jpg new file mode 100644 index 0000000..655c8ad Binary files /dev/null and b/GUI/public/static/images/wettkampf/total.jpg differ diff --git a/GUI/src/Layout.vue b/GUI/src/Layout.vue index 0d92826..f07f14d 100644 --- a/GUI/src/Layout.vue +++ b/GUI/src/Layout.vue @@ -20,9 +20,8 @@ function toggleDrawer() { onMounted(() => { theme.change( - localStorage.getItem('theme') || (window.matchMedia('(prefers-color-scheme: dark)').matches - ? 'dark' - : 'light') + localStorage.getItem('theme') || + (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'), ); showDrawer.value = localStorage.getItem('drawer')?.startsWith('Y') || false; }); @@ -48,7 +47,7 @@ onMounted(() => { >Judoteam - Stadtlohn - +