File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ function Configure(props) {
12
12
< span className = "docs" > Documentation</ span >
13
13
< i className = "material-icons book" > import_contacts</ i >
14
14
</ a >
15
- { props . modules . enabled ?
15
+ { /* { props.modules.enabled ?
16
16
<button className="button">Enabled</button> :
17
17
<button className="disabled button">Disabled</button>
18
- }
18
+ } */ }
19
19
</ div >
20
20
</ div >
21
21
)
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ function Database(props) {
28
28
< span className = "docs" > Documentation</ span >
29
29
< i className = "material-icons book" > import_contacts</ i >
30
30
</ a >
31
- { props . modules . enabled ?
31
+ { /* { props.modules.enabled ?
32
32
<button className="button">Enabled</button> :
33
33
<button className="disabled button">Disabled</button>
34
- }
34
+ } */ }
35
35
</ div >
36
36
</ div >
37
37
)
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ function Functions(props) {
12
12
< span className = "docs" > Documentation</ span >
13
13
< i className = "material-icons book" > import_contacts</ i >
14
14
</ a >
15
- { props . modules . enabled ?
15
+ { /* { props.modules.enabled ?
16
16
<button className="button">Enabled</button> :
17
17
<button className="disabled button">Disabled</button>
18
- }
18
+ } */ }
19
19
</ div >
20
20
</ div >
21
21
)
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ function UserManagement(props) {
36
36
< span className = "docs" > Documentation</ span >
37
37
< i className = "material-icons book" > import_contacts</ i >
38
38
</ a >
39
- { props . modules . enabled ?
39
+ { /* { props.modules.enabled ?
40
40
<button className="button">Enabled</button> :
41
41
<button className="disabled button">Disabled</button>
42
- }
42
+ } */ }
43
43
</ div >
44
44
</ div >
45
45
)
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ function Overview(props) {
50
50
< span class = "circle" id = "go" > < img src = { go } alt = "go" /> </ span >
51
51
</ a >
52
52
< div className = "sepration" > </ div >
53
- < a href = "https://www.youtube. com" target = "_blank" rel = "noopener noreferrer" >
53
+ < a href = "https://spaceuptech. com/docs/deployment/ " target = "_blank" rel = "noopener noreferrer" >
54
54
< Button type = "primary" shape = "round" icon = "play-circle" size = "large" className = "get-started" > Getting Started</ Button >
55
55
</ a >
56
56
</ div >
You can’t perform that action at this time.
0 commit comments