Moved data out of stores

This commit is contained in:
Alexis
2024-04-07 20:07:57 +02:00
parent 6cd79717f2
commit c086bb109a
7 changed files with 83 additions and 69 deletions

View File

@@ -51,8 +51,8 @@ const dateDifference = computed(() => getRelativeString(defaultDate, selectedDat
</div>
<div class="container">
<div class="flex">
<div class="px-4 py-2 border-slate-700 border-x-[1px] border-t-[1px] rounded-sm">
<span class="text-sm font-bold">{{ currentDate.currentDateTitle }}</span>
<div class="px-4 py-2 border-slate-700 border-x-[1px] border-t-[1px] rounded-t-sm">
<span class="text-sm">{{ currentDate.currentDateTitle }}</span>
</div>
</div>
</div>