diff --git a/src/commons/components/MonthDays.tsx b/src/commons/components/MonthDays.tsx
index 28ea7ce8..fd66d7a7 100644
--- a/src/commons/components/MonthDays.tsx
+++ b/src/commons/components/MonthDays.tsx
@@ -29,7 +29,7 @@ export const CurrentMonthDays = ({
handleClick,
}: CurrentDaysProps) => {
return (
-
+ |
-
+
{months[currentDate.getMonth()]} {currentDate.getFullYear()}
|