💄 Adds favicon
All checks were successful
Gitea Build Action / build-go (push) Successful in 3m13s
Gitea Build Action / build-nuxt (push) Successful in 12m30s

This commit is contained in:
2025-07-02 10:10:06 +02:00
parent d858b9e7c8
commit 96fe2d04cb
2 changed files with 3 additions and 2 deletions

View File

@@ -90,8 +90,8 @@ import axios from "axios"
const token = useToken()
const opened = ref(true)
const locked = ref(true)
const opened = ref(false)
const locked = ref(false)
const alerts = ref(false)
const toast = useToast()