Skip to content
Snippets Groups Projects
Unverified Commit 046fbb11 authored by jkrvivian's avatar jkrvivian
Browse files

refactor: Remove Drng link from dashboard

parent 532da3d1
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ import Nav from "react-bootstrap/Nav";
import {Dashboard} from "app/components/Dashboard";
import Badge from "react-bootstrap/Badge";
import {RouterStore} from 'mobx-react-router';
import {Drng} from "app/components/Drng";
import {Explorer} from "app/components/Explorer";
import {NavExplorerSearchbar} from "app/components/NavExplorerSearchbar";
import {Redirect, Route, Switch} from 'react-router-dom';
......@@ -60,11 +59,6 @@ export class Root extends React.Component<Props, any> {
Visualizer
</Nav.Link>
</LinkContainer>
<LinkContainer to="/drng">
<Nav.Link>
dRNG
</Nav.Link>
</LinkContainer>
</Nav>
<Navbar.Collapse className="justify-content-end">
<NavExplorerSearchbar/>
......@@ -83,7 +77,6 @@ export class Root extends React.Component<Props, any> {
<Route exact path="/explorer/404/:search" component={Explorer404}/>
<Route exact path="/explorer" component={Explorer}/>
<Route exact path="/visualizer" component={Visualizer}/>
<Route exact path="/drng" component={Drng}/>
<Redirect to="/dashboard"/>
</Switch>
{this.props.children}
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment