Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit fe07457

Browse files
authored
[Staging] Remove survey pop up (#6676)
* Removed survey pop up * removed the pop up file
1 parent 2191071 commit fe07457

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

src/templates/_common/_layout/head.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ import React from 'react';
22
import Title from '../components/title.jsx';
33
import Favicons from '../includes/favicons.jsx';
44
import AntiClickjack from '../includes/anti_clickjack.jsx';
5-
import SurveyPopUp from '../includes/survey_pop_up.jsx';
65

76
const Head = () => (
87
<head>
98
<AntiClickjack />
10-
<SurveyPopUp />
119
<meta httpEquiv='Content-Type' content='text/html;charset=UTF-8' />
1210
<meta httpEquiv='Content-Language' content={it.language} />
1311
<meta name='description' content={` ${it.L('[_1] gives everyone an easy way to participate in the financial markets. Trade with as little as $1 USD on major currencies, stock indices, commodities, and synthetic indices.', it.broker_name)}`} />

src/templates/_common/includes/survey_pop_up.jsx

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/templates/landing_pages/_common/layout.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import React from 'react';
33
import OutdatedBrowserMessage from './outdated_browser_message.jsx';
44
import Title from '../../_common/components/title.jsx';
55
import AntiClickjack from '../../_common/includes/anti_clickjack.jsx';
6-
import SurveyPopUp from '../../_common/includes/survey_pop_up.jsx';
76
import Favicons from '../../_common/includes/favicons.jsx';
87

98
const Layout = ({
@@ -15,7 +14,6 @@ const Layout = ({
1514
<html>
1615
<head>
1716
<AntiClickjack />
18-
<SurveyPopUp />
1917

2018
<meta httpEquiv='Content-Type' content='text/html;charset=UTF-8' />
2119
<meta httpEquiv='Content-Language' content={it.language} />

0 commit comments

Comments
 (0)