-
Notifications
You must be signed in to change notification settings - Fork 9
/
kryptos_only.patch
115 lines (113 loc) · 4.16 KB
/
kryptos_only.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
diff --git a/kryptos_only.patch b/kryptos_only.patch
index edd0417..e69de29 100644
--- a/kryptos_only.patch
+++ b/kryptos_only.patch
@@ -1,54 +0,0 @@
-diff --git a/src/App.js b/src/App.js
-index d7b8435..ebc2af5 100755
---- a/src/App.js
-+++ b/src/App.js
-@@ -5,7 +5,6 @@ import Spinner from './components/common/Spinner/Spinner';
- import Logout from './components/Accounts/Logout/Logout';
- import './App.scss';
-
--const DalalBull = lazy(() => import('./components/Dalalbull/DalalBull'));
- const Kryptos = lazy(() => import('./components/Kryptos/Kryptos'));
- const Login = lazy(() => import('./components/Accounts/Login/Login'));
-
-@@ -16,7 +15,6 @@ const App = () => (
- <Route exact path="/" component={Home} />
- <Route path="/login" component={Login} />
- <Route path="/logout" component={Logout} />
-- <Route path="/dalalbull" component={DalalBull} />
- <Route path="/kryptos" component={Kryptos} />
- </Suspense>
- </div>
-diff --git a/src/components/Home/Home.js b/src/components/Home/Home.js
-index 0f25aa7..71b7080 100644
---- a/src/components/Home/Home.js
-+++ b/src/components/Home/Home.js
-@@ -41,9 +41,8 @@ const Home = () => {
- name="DALALBULL"
- rank={dalalbullRank}
- logo={dalal}
-- type="ranked"
-- href="/Dalalbull"
-- status="PLAY NOW"
-+ type="notRanked"
-+ status="COMING SOON"
- />
- </div>
- <div className="col-lg-6 center-block text-center cell">
-@@ -62,7 +61,7 @@ const Home = () => {
- name="#INCLUDE"
- logo={hash}
- type="notRanked"
-- status="PLAY NOW"
-+ status="COMING SOON"
- />
- </div>
- <div className="col-lg-6 center-block text-center cell">
-@@ -70,7 +69,7 @@ const Home = () => {
- name="CIRCUIMSTANCE"
- logo={circ}
- type="notRanked"
-- status="PLAY NOW"
-+ status="COMING SOON"
- />
- </div>
- </div>
diff --git a/src/App.js b/src/App.js
index d7b8435..ebc2af5 100755
--- a/src/App.js
+++ b/src/App.js
@@ -5,7 +5,6 @@ import Spinner from './components/common/Spinner/Spinner';
import Logout from './components/Accounts/Logout/Logout';
import './App.scss';
-const DalalBull = lazy(() => import('./components/Dalalbull/DalalBull'));
const Kryptos = lazy(() => import('./components/Kryptos/Kryptos'));
const Login = lazy(() => import('./components/Accounts/Login/Login'));
@@ -16,7 +15,6 @@ const App = () => (
<Route exact path="/" component={Home} />
<Route path="/login" component={Login} />
<Route path="/logout" component={Logout} />
- <Route path="/dalalbull" component={DalalBull} />
<Route path="/kryptos" component={Kryptos} />
</Suspense>
</div>
diff --git a/src/components/Home/Home.js b/src/components/Home/Home.js
index 900fa70..6f0ea46 100644
--- a/src/components/Home/Home.js
+++ b/src/components/Home/Home.js
@@ -42,9 +42,8 @@ const Home = () => {
name="DALALBULL"
rank={dalalbullRank}
logo={dalal}
- type="ranked"
- href="/Dalalbull"
- status="PLAY NOW"
+ type="notRanked"
+ status="COMING SOON"
/>
</div>
<div className="col-lg-6 center-block text-center cell">
@@ -63,7 +62,7 @@ const Home = () => {
name="#INCLUDE"
logo={hash}
type="notRanked"
- status="PLAY NOW"
+ status="COMING SOON"
/>
</div>
<div className="col-lg-6 center-block text-center cell">
@@ -71,8 +70,8 @@ const Home = () => {
name="CIRCUIMSTANCE"
rank={circuimstanceRank}
logo={circ}
- type="ranked"
- status="PLAY NOW"
+ type="notRanked"
+ status="COMING SOON"
/>
</div>
</div>