-
+ {title}
{children}
);
diff --git a/src/components/Header.jsx b/src/components/Header.jsx
index d82aff9..6529eb0 100644
--- a/src/components/Header.jsx
+++ b/src/components/Header.jsx
@@ -42,7 +42,7 @@ function Header() {
];
return (
-
+
diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx
index e289ffe..7edc3a6 100644
--- a/src/pages/Home.jsx
+++ b/src/pages/Home.jsx
@@ -15,7 +15,7 @@ function Home() {
@@ -25,7 +25,7 @@ function Home() {
-
{holidayList.map((holiday, index) => (
-
- {t(holiday.date)} - {t(holiday.name)} +
- {t(holiday.date)} - {t(holiday.name)} ))}
-
{
Object.keys(userInformation).map((key, index) => (
-
- {t(key)}: {t(userInformation[key])} +
- {t(key)}: {t(userInformation[key])} )) }
-
{homePageNotifications.map((notification, index) => (
-
- {t(notification)} +
- {t(notification)} ))}