Skip to content

Commit

Permalink
Merge branch 'development' of github.com:UNICEFECAR/USupport-client-u…
Browse files Browse the repository at this point in the history
…i into fix/issue_67
  • Loading branch information
georgiganchev-7DIGIT committed Jan 23, 2024
2 parents 7b1139f + de03153 commit 350b050
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions src/blocks/Page/Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]",
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" },
],
};

Expand Down Expand Up @@ -439,8 +430,6 @@ export const Page = ({
{isFooterShown && (
<Footer
lists={footerLists}
contactUsText={t("contact_us")}
contactUsUrl="/contact-us"
navigate={navigateTo}
Link={Link}
showSocials={false}
Expand Down

0 comments on commit 350b050

Please sign in to comment.