diff --git a/src/Nav.js b/src/Nav.js
index b3938b9..049642f 100644
--- a/src/Nav.js
+++ b/src/Nav.js
@@ -8,19 +8,6 @@ import { Row } from './skeleton';
class ListLink extends Component {
- render () {
- let icon = null;
- if (this.props.icon) {
- icon =
- }
-
- return (
-
{ icon } { this.props.name }
- );
- }
-}
-
-class RouterListLink extends Component {
render () {
let icon = null;
if (this.props.icon) {
@@ -54,7 +41,7 @@ class NavList extends Component {
if (page.parent == null) {
let href = "/" + slug;
- links.push(
-
+
{ this.state.pageLinks }