File tree Expand file tree Collapse file tree 4 files changed +6
-23
lines changed Expand file tree Collapse file tree 4 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 9
9
/>
10
10
< title > HyperPlay</ title >
11
11
< 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 >
17
12
</ head >
18
13
< body >
19
14
< div id ="root "> </ div >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hyperplay" ,
3
- "version" : " 0.30.1 " ,
3
+ "version" : " 0.30.2 " ,
4
4
"private" : true ,
5
5
"main" : " build/main/main.js" ,
6
6
"homepage" : " ./" ,
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ import { QuestsPage } from './screens/Quests'
41
41
import { NavigateListener } from './NavigateListener'
42
42
import G7Webview from './screens/G7Webview'
43
43
import CardPrivacyPolicy from './screens/Onboarding/analytics/CardPrivacyPolicy'
44
- import { Support } from './components/UI/Support'
45
44
46
45
function App ( ) {
47
46
const { sidebarCollapsed, isSettingsModalOpen, connectivity } =
@@ -51,11 +50,15 @@ function App() {
51
50
52
51
return (
53
52
< 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 >
54
58
< HashRouter >
55
59
< OfflineMessage />
56
60
< TopNavBar />
57
61
< Sidebar />
58
- < Support />
59
62
< main className = "content" >
60
63
< CardPrivacyPolicy />
61
64
< QaAuthHandler />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments