improved calendar styles, switched profile pic, fixed dark mode

This commit is contained in:
2025-05-11 22:36:28 +02:00
parent 555aca0a99
commit db86f9323e
6 changed files with 25 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
<script setup lang="ts">
import { computed, ref } from 'vue';
import type { Event } from '~/utils/event';
const props = defineProps<{
event: CollissionWrapper