Skip to content

Commit 4c06348

Browse files
committed
removed all static pages from mthe portal and move all contents to the Wiki
1 parent a237dcd commit 4c06348

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

client/src/images/velsera.jpg

71.5 KB
Loading

client/src/layouts/MainNavBar.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const NavBar = () => {
9999
</IconButton>
100100
<p>BCO DB</p>
101101
</MenuItem>
102-
<MenuItem component={Link} to='/about'>
102+
<MenuItem a href='https://wiki.biocomputeobject.org/About' target="_blank">
103103
<IconButton aria-label='About Us' className="white-icon">
104104
<Badge overlap="rectangular" badgeContent={0} color='secondary'>
105105
<InfoOutlinedIcon />
@@ -182,8 +182,8 @@ const NavBar = () => {
182182
<Tooltip title="Help">
183183
<><HelpDropDown /></>
184184
</Tooltip>
185-
<Tooltip title="About Us">
186-
<IconButton component={Link} to='/about' className="nav-link">
185+
<Tooltip title="About Us" target="_blank">
186+
<IconButton a href="https://wiki.biocomputeobject.org/About" className="nav-link">
187187
<Badge overlap="rectangular" badgeContent={0} >
188188
<InfoOutlinedIcon className="white-icon"/>
189189
</Badge>

client/src/layouts/shared/DocDropDown.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ export default function DocDropDown() {
6464
</MenuItem>
6565
<MenuItem
6666
component="a"
67-
href="/resources"
67+
href="https://wiki.biocomputeobject.org/BCO_Resources"
68+
target="_blank"
69+
rel="noopener noreferrer"
6870
>
6971
<ListItemDecorator>
7072
<SettingsInputAntennaIcon />

client/src/pages/Home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const HomePage = () => {
100100
</Grid>
101101
<Grid item xs={12} sm={6} lg={4} xl={4}>
102102
<ThirdBox
103-
link="/resources"
103+
link="https://wiki.biocomputeobject.org/BCO_Resources"
104104
title="Cloud-based tools for BioCompute"
105105
content="See our resources page for additional tools and services."
106106
cssClass=""

0 commit comments

Comments
 (0)