diff --git a/src/components/Toolbar.js b/src/components/Toolbar.js index cfdfee8..c97d8b7 100644 --- a/src/components/Toolbar.js +++ b/src/components/Toolbar.js @@ -1,6 +1,7 @@ import React, { Component } from 'react' import { connect } from 'react-redux' import { Navbar, Nav, NavItem, NavbarBrand, NavbarToggler, NavLink, Collapse, Media } from 'reactstrap' +import { Link } from 'react-router-dom' import { setAuthedUser } from '../actions/authedUser' class Toolbar extends Component{ @@ -30,18 +31,18 @@ class Toolbar extends Component{ const { authedUser, avatar } = this.props return( - Would You Rather? + Would You Rather?