diff --git a/src/lib/components/calendar.svelte b/src/lib/components/calendar.svelte
index 2b2d49a..677f069 100644
--- a/src/lib/components/calendar.svelte
+++ b/src/lib/components/calendar.svelte
@@ -61,7 +61,7 @@
class="absolute inset-0 h-full w-full rounded-sm object-cover hover:opacity-20"
/>
{/if}
- {day.day}
+ {day.day}
{/snippet}