Added basic event details

This commit is contained in:
Alexis
2024-04-02 20:38:59 +02:00
parent 5f8af0fa9e
commit 015509abf8
16 changed files with 204 additions and 54 deletions

View File

@@ -28,7 +28,7 @@ const {
<div class="flex items-center gap-6">
<menu class="flex items-center gap-2">
<li>
<Button @click="jumpToDefaultDate"> Today </Button>
<Button @click="jumpToDefaultDate" size="sm"> Today </Button>
</li>
<li>
<!-- Implement decrementDate to account for other mods -->