Skip to content

Commit

Permalink
Fixed some leftover bits.
Browse files Browse the repository at this point in the history
  • Loading branch information
unyieldinggrace committed May 17, 2020
1 parent 5059197 commit e4adbd1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import './bootstrap/dist/css/bootstrap.min.css';
import './App.css';
import Home from './components/pages/Home';
import Session from './components/pages/Session';
import Tools from './components/pages/Tools';
import FAQ from './components/pages/FAQ';

class App extends Component {
render() {
Expand All @@ -14,8 +12,6 @@ class App extends Component {
<Switch>
<Route exact path='/' component={Home}/>
<Route path='/session' component={Session}/>
<Route path='/tools' component={Tools}/>
<Route path='/faq' component={FAQ}/>
</Switch>
</BrowserRouter>
);
Expand Down
5 changes: 0 additions & 5 deletions client/src/components/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ class Home extends Component {
Documentation
</a>
</Col>
<Col>
<Link to={'./faq'}>
FAQ
</Link>
</Col>
<Col>
</Col>
</Row>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4adbd1

Please sign in to comment.