dcc
2024-07-02 431506e6b44e636f1e1df9ad6cde133b26b9800d
src/components/forex/footer.vue
@@ -110,7 +110,7 @@
];
const fourthList = [
  {
    title: "support@pepperstone.com",
    title: "support@Coinzne.com",
    path: "mail",
  },
  {
@@ -142,22 +142,22 @@
    url: "/legal-documentation",
  },
  {
    url: "https://files.pepperstone.com/legal/SCB/SCB_Privacy_Policy_ROW.pdf",
    url: "https://files.Coinzne.com/legal/SCB/SCB_Privacy_Policy_ROW.pdf",
  },
  {
    url: "https://files.pepperstone.com/legal/SCB/SCB_Client_TCs_ROW.pdf",
    url: "https://files.Coinzne.com/legal/SCB/SCB_Client_TCs_ROW.pdf",
  },
  {
    url: "https://files.pepperstone.com/legal/SCB/SCB_Cookie_Policy_ROW.pdf",
    url: "https://files.Coinzne.com/legal/SCB/SCB_Cookie_Policy_ROW.pdf",
  },
  {
    url: "https://files.pepperstone.com/legal/SCB/SCB_Complaints_Notice_ROW.pdf",
    url: "https://files.Coinzne.com/legal/SCB/SCB_Complaints_Notice_ROW.pdf",
  },
];
const gotoPage = (path) => {
  if (path === "mail") {
    window.location.href = "mailto:support@pepperstone.com";
    window.location.href = "mailto:support@Coinzne.com";
    return;
  }
  if (path === "tel") {