some frontend changes
Build / Build-image (push) Successful in 1m9s

This commit is contained in:
2026-08-13 12:40:05 +02:00
parent 0de5d2af94
commit 5a6c398a3a
3 changed files with 52 additions and 42 deletions
+6 -2
View File
@@ -4,6 +4,7 @@
import type { NavigationMenuItem } from '@nuxt/ui'
import { computed } from 'vue'
import { useHead } from '@unhead/vue'
import HowToPlay from "./components/HowToPlay.vue";
const items: NavigationMenuItem[] = [{
label: 'Git',
@@ -20,13 +21,16 @@
<template>
<UApp>
<UHeader>
<UHeader :toggle="false">
<template #title>
TLAdle
</template>
<template #right>
<UColorModeButton />
<HowToPlay/>
<UColorModeSwitch :size="xl"/>
</template>
</UHeader>
<UMain class="main">