Skip to content

Commit 9561080

Browse files
authored
[Fix] rm zendesk bubble from overlay (#1327)
* rm zendesk bubble from overlay * bump
1 parent 8e643ea commit 9561080

File tree

4 files changed

+6
-23
lines changed

4 files changed

+6
-23
lines changed

index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
/>
1010
<title>HyperPlay</title>
1111
<script type="module" src="/src/frontend/index.tsx"></script>
12-
<script
13-
async
14-
id="ze-snippet"
15-
src="https://static.zdassets.com/ekr/snippet.js?key=ec50f0e8-03ba-4809-80f1-a9a4ef5848fc"
16-
></script>
1712
</head>
1813
<body>
1914
<div id="root"></div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperplay",
3-
"version": "0.30.1",
3+
"version": "0.30.2",
44
"private": true,
55
"main": "build/main/main.js",
66
"homepage": "./",

src/frontend/App.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ import { QuestsPage } from './screens/Quests'
4141
import { NavigateListener } from './NavigateListener'
4242
import G7Webview from './screens/G7Webview'
4343
import CardPrivacyPolicy from './screens/Onboarding/analytics/CardPrivacyPolicy'
44-
import { Support } from './components/UI/Support'
4544

4645
function App() {
4746
const { sidebarCollapsed, isSettingsModalOpen, connectivity } =
@@ -51,11 +50,15 @@ function App() {
5150

5251
return (
5352
<div className={classNames('App', { collapsed: sidebarCollapsed })}>
53+
<script
54+
async
55+
id="ze-snippet"
56+
src="https://static.zdassets.com/ekr/snippet.js?key=ec50f0e8-03ba-4809-80f1-a9a4ef5848fc"
57+
></script>
5458
<HashRouter>
5559
<OfflineMessage />
5660
<TopNavBar />
5761
<Sidebar />
58-
<Support />
5962
<main className="content">
6063
<CardPrivacyPolicy />
6164
<QaAuthHandler />

src/frontend/components/UI/Support/index.tsx

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

0 commit comments

Comments
 (0)