Skip to content

Commit

Permalink
🐛 fixes #87
Browse files Browse the repository at this point in the history
  • Loading branch information
lostdesign committed Feb 5, 2022
1 parent 311be8d commit 9e7cab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/week-switcher.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="flex justify-between items-center align-center pt-6 px-10 mb-2">
<span class="text-center text-3xl font-black">{{
<span class="text-center text-2xl font-black">{{
formatDate(getCurrentDate, 'MMMM yyyy')
}}</span>
<!-- Week switcher -->
Expand Down

0 comments on commit 9e7cab8

Please sign in to comment.