diff --git a/src/App.tsx b/src/App.tsx index f4f6ea4..038977f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -64,10 +64,10 @@ export default function App() {
-
+
-
+
diff --git a/src/components/HorizontalMenu.tsx b/src/components/HorizontalMenu.tsx index a06ce17..1068d5b 100644 --- a/src/components/HorizontalMenu.tsx +++ b/src/components/HorizontalMenu.tsx @@ -16,7 +16,7 @@ export default function HorizontalMenu() { return ( -
+
{ setPage(Pages.Profile) }} diff --git a/src/components/VerticalMenu.tsx b/src/components/VerticalMenu.tsx index 0594dc0..0da8f82 100644 --- a/src/components/VerticalMenu.tsx +++ b/src/components/VerticalMenu.tsx @@ -27,38 +27,36 @@ export default function VerticalMenu() { return ( -
-
    -
  • { setPage(Pages.Profile) }} - > - {" "} -

    {t("profile")}

    -
  • -
  • { setPage(Pages.Identifier) }} - > - {" "} -

    {t("identifier")}

    -
  • -
  • { setPage(Pages.Services) }} - > - {" "} -

    {t("services")}

    -
  • -
  • { setPage(Pages.Chat) }} - > - {" "} -

    {t("chat")}

    -
  • -
-
+
    +
  • { setPage(Pages.Profile) }} + > + {" "} +

    {t("profile")}

    +
  • +
  • { setPage(Pages.Identifier) }} + > + {" "} +

    {t("identifier")}

    +
  • +
  • { setPage(Pages.Services) }} + > + {" "} +

    {t("services")}

    +
  • +
  • { setPage(Pages.Chat) }} + > + {" "} +

    {t("chat")}

    +
  • +
) }