Skip to content

Commit f9b7081

Browse files
author
Jayesh
committed
changed getting started button url and removed enabled tags from module cards in overview page
1 parent 6a27940 commit f9b7081

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

mission-control/src/components/card-modules/Configure.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ function Configure(props) {
1212
<span className="docs">Documentation</span>
1313
<i className="material-icons book">import_contacts</i>
1414
</a>
15-
{props.modules.enabled ?
15+
{/* {props.modules.enabled ?
1616
<button className="button">Enabled</button> :
1717
<button className="disabled button">Disabled</button>
18-
}
18+
} */}
1919
</div>
2020
</div>
2121
)

mission-control/src/components/card-modules/Database.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ function Database(props) {
2828
<span className="docs">Documentation</span>
2929
<i className="material-icons book">import_contacts</i>
3030
</a>
31-
{props.modules.enabled ?
31+
{/* {props.modules.enabled ?
3232
<button className="button">Enabled</button> :
3333
<button className="disabled button">Disabled</button>
34-
}
34+
} */}
3535
</div>
3636
</div>
3737
)

mission-control/src/components/card-modules/Functions.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ function Functions(props) {
1212
<span className="docs">Documentation</span>
1313
<i className="material-icons book">import_contacts</i>
1414
</a>
15-
{props.modules.enabled ?
15+
{/* {props.modules.enabled ?
1616
<button className="button">Enabled</button> :
1717
<button className="disabled button">Disabled</button>
18-
}
18+
} */}
1919
</div>
2020
</div>
2121
)

mission-control/src/components/card-modules/UserManagement.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ function UserManagement(props) {
3636
<span className="docs">Documentation</span>
3737
<i className="material-icons book">import_contacts</i>
3838
</a>
39-
{props.modules.enabled ?
39+
{/* {props.modules.enabled ?
4040
<button className="button">Enabled</button> :
4141
<button className="disabled button">Disabled</button>
42-
}
42+
} */}
4343
</div>
4444
</div>
4545
)

mission-control/src/pages/overview/Overview.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function Overview(props) {
5050
<span class="circle" id="go"><img src={go} alt="go" /></span>
5151
</a>
5252
<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">
5454
<Button type="primary" shape="round" icon="play-circle" size="large" className="get-started">Getting Started</Button>
5555
</a>
5656
</div>

0 commit comments

Comments
 (0)