| | |
| | | ]; |
| | | const fourthList = [ |
| | | { |
| | | title: "support@pepperstone.com", |
| | | title: "support@Coinzne.com", |
| | | path: "mail", |
| | | }, |
| | | { |
| | |
| | | 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") { |