diff --git a/src/Nav.js b/src/Nav.js index 049642f..fd38ee2 100644 --- a/src/Nav.js +++ b/src/Nav.js @@ -66,15 +66,30 @@ class NavList extends Component { } class TagNav extends Component { + constructor (props) { + super(props); + + this.state = { + topTags: [ + 'Tag 1', + 'Tag 2', + 'Really long tag', + 'Really really really long tag', + 'Another tag', + ], + } + } + + topTags () { + } + render() { // TODO: Populate these tags from the top tags in the post let tags = (