diff --git a/packages/client/src/widgets/calendar.vue b/packages/client/src/widgets/calendar.vue index 545072e87b..c8b52d7afc 100644 --- a/packages/client/src/widgets/calendar.vue +++ b/packages/client/src/widgets/calendar.vue @@ -5,7 +5,8 @@ {{ $t('yearX', { year }) }} {{ $t('monthX', { month }) }}

-

{{ $t('dayX', { day }) }}

+

🎉{{ $t('dayX', { day }) }}🎉

+

{{ $t('dayX', { day }) }}

{{ weekDay }}

@@ -34,7 +35,6 @@