Skip to content

Commit 922f980

Browse files
remove sandbox code accidentally pushed to master
1 parent 25ae705 commit 922f980

File tree

4 files changed

+10
-36
lines changed

4 files changed

+10
-36
lines changed

ui_src/.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

ui_src/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"react-dom": "^17.0.2",
2525
"react-draggable": "^4.4.5",
2626
"react-google-login": "^5.2.2",
27-
"react-hotjar": "^5.0.0",
2827
"react-responsive": "^9.0.0-beta.6",
2928
"react-router-dom": "^5.2.0",
3029
"react-scripts": "5.0.0",

ui_src/public/index.html

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,26 @@
22
<html lang="en">
33

44
<head>
5-
<!-- Google Tag Manager -->
6-
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
7-
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
8-
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
9-
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
10-
})(window,document,'script','dataLayer','GTM-P2JGQW6');</script>
11-
<!-- End Google Tag Manager -->
125
<meta charset="utf-8" />
13-
<meta property="og:site_name" content="Memphis{dev} Sandbox"/>
14-
<meta property="og:title" content="Memphis{dev} Sandbox"/>
15-
<meta property="og:description" content="A powerful message broker for modern developers"/>
16-
<meta property="og:image" itemprop="image" content="https://i.ibb.co/vP6vXDT/Screen-Shot-2022-08-07-at-21-48-52.png"/>
17-
<meta property="og:type" content="website"/>
18-
<meta property="og:updated_time" content="1440432930"/>
19-
<meta content="https://i.ibb.co/vP6vXDT/Screen-Shot-2022-08-07-at-21-48-52.png" property="twitter:image"/>
20-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico"/>
21-
<meta name="viewport" content="width=device-width, initial-scale=1"/>
22-
<meta name="theme-color" content="#000000"/>
23-
<meta name="description" content="A powerful message broker for modern developers" />
6+
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<meta name="theme-color" content="#000000" />
9+
<meta name="description" content="Web site created using create-react-app" />
2410
<!--
2511
manifest.json provides metadata used when your web app is installed on a
26-
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
12+
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest
2713
-->
2814
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
2915
<!--
3016
Notice the use of %PUBLIC_URL% in the tags above.
3117
It will be replaced with the URL of the `public` folder during the build.
3218
Only files inside the `public` folder can be referenced from the HTML.
33-
19+
3420
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
3521
work correctly both with client-side routing and a non-root public URL.
3622
Learn how to configure a non-root public URL by running `npm run build`.
3723
-->
38-
<title>Memphis{dev} Sandbox</title>
24+
<title>Memphis - Dashboard</title>
3925
<!-- Favicons -->
4026
<!-- <link rel="icon" href="/img/favicon.ico" type="image/x-icon"> -->
4127
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicon/apple-icon-57x57.png">
@@ -58,20 +44,16 @@
5844
</head>
5945

6046
<body>
61-
<!-- Google Tag Manager (noscript) -->
62-
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P2JGQW6"
63-
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
64-
<!-- End Google Tag Manager (noscript) -->
6547
<noscript>You need to enable JavaScript to run this app.</noscript>
6648
<div id="root"></div>
6749
<!--
6850
This HTML file is a template.
6951
If you open it directly in the browser, you will see an empty page.
70-
52+
7153
You can add webfonts, meta tags, or analytics to this file.
7254
The build step will place the bundled scripts into the <body> tag.
73-
74-
To begin the development, run `npm start` or `yarn start`.
55+
56+
To begin the development, run `npm start` or `yarn start`.
7557
To create a production bundle, use `npm run build` or `yarn build`.
7658
-->
7759
</body>

ui_src/src/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,7 @@ import reportWebVitals from './reportWebVitals';
2626
import Store from './hooks/store';
2727
import App from './App';
2828

29-
const sandboxSiteId = 3089915;
30-
const hotjarVersion = 6;
31-
3229
function MemphisApp() {
33-
if (process.env.REACT_APP_SANDBOX_ENV) {
34-
hotjar.initialize(sandboxSiteId, hotjarVersion);
35-
}
3630
return (
3731
<Store>
3832
<BrowserRouter>

0 commit comments

Comments
 (0)