diff --git a/USupport-components-library b/USupport-components-library index 7f6455c..6124444 160000 --- a/USupport-components-library +++ b/USupport-components-library @@ -1 +1 @@ -Subproject commit 7f6455c86126427167cc3c37ddb9060a70370551 +Subproject commit 6124444ff264007dfe5ebce35e11bbb7a37dbf9b diff --git a/src/blocks/Page/Page.jsx b/src/blocks/Page/Page.jsx index b79ad36..283d858 100644 --- a/src/blocks/Page/Page.jsx +++ b/src/blocks/Page/Page.jsx @@ -197,27 +197,18 @@ export const Page = ({ const footerLists = { list1: [ { name: t("footer_1"), url: "/dashboard" }, - { name: t("footer_2"), url: "/consultations" }, - { name: t("footer_3"), url: "/information-portal" }, { name: t("footer_4"), url: "/profile" }, + { name: t("footer_2"), url: "/consultations" }, ], list2: [ - { name: t("footer_5"), url: "/terms-of-use", exact: true }, - { name: t("footer_6"), url: "/privacy-policy" }, - { name: t("footer_7"), url: "/cookie-policy" }, + { name: t("footer_3"), url: "/information-portal" }, { name: t("footer_8"), url: "/faq" }, + { name: t("contact_us"), url: "/contact-us" }, ], list3: [ - { value: "+7 717 232 28 78", iconName: "call-filled", onClick: "phone" }, - { - value: "Beibitshilik St 10а, Astana 010000, Kazakhstan", - iconName: "pin", - }, - { - value: "usupport@7digit.io", - iconName: "mail-filled", - onClick: "mail", - }, + { name: t("footer_5"), url: "/terms-of-use", exact: true }, + { name: t("footer_6"), url: "/privacy-policy" }, + { name: t("footer_7"), url: "/cookie-policy" }, ], }; @@ -439,8 +430,6 @@ export const Page = ({ {isFooterShown && (