diff --git a/src/app/features/administration/form/date/list/day/day-list.component.html b/src/app/features/administration/form/date/list/day/day-list.component.html index 85272a59..b4c9ed87 100644 --- a/src/app/features/administration/form/date/list/day/day-list.component.html +++ b/src/app/features/administration/form/date/list/day/day-list.component.html @@ -30,8 +30,10 @@ cdkDrag [ngClass]="{ 'day-weekend': isWeekendDay(choice.date_object) }" > - - {{ choice.date_object | date: 'E':'Europe/Paris':'fr_FR' }} + + + {{ choice.date_object | date: 'E':'Europe/Paris':'fr_FR' }} +
-