diff --git a/web/src/layout/DashboardLayout.tsx b/web/src/layout/DashboardLayout.tsx index 407af96..f8e56aa 100644 --- a/web/src/layout/DashboardLayout.tsx +++ b/web/src/layout/DashboardLayout.tsx @@ -19,16 +19,17 @@ const DashboardLayout: FC = () => { - +
-
+
-
- -
+
diff --git a/web/src/pages/PersonalInfo/index.tsx b/web/src/pages/PersonalInfo/index.tsx index c33b191..40d2dca 100644 --- a/web/src/pages/PersonalInfo/index.tsx +++ b/web/src/pages/PersonalInfo/index.tsx @@ -7,7 +7,7 @@ const PersonalInfoPage: FC = () => { const profile = useAuth((state) => state.profile); return ( - <> +

Your profile info in Home services

@@ -61,7 +61,7 @@ const PersonalInfoPage: FC = () => {
- + ); };