feat: Added dashboard welcome message
Some checks failed
Build and Deploy / Deploy Web (push) Failing after 1s
Build and Deploy / Deploy Discord Bot (push) Failing after 1s

This commit is contained in:
2023-06-12 16:48:38 +02:00
parent 7bf7c8c8dc
commit c8a4507253
8 changed files with 746 additions and 15 deletions

View File

@@ -17,7 +17,7 @@
<script setup>
const route = useRoute()
const showSidebar = ref(false)
const showSidebar = ref(true)
</script>
<style>