sdy

updatet menuPresenter

......@@ -124,14 +124,15 @@ const StyledLink = styled(Link)`
}};
`;
export default ({ logOut }) => {
export default ({ logOut, match, location, history }) => {
console.log(location.pathname);
return (
<MenuBar>
<TitleBox>
<Title>KhuChat</Title>
</TitleBox>
<Router>
<StyledLink to="/Home" className="HomeLink">
<StyledLink to="/" className="HomeLink">
<HomeIconBox>
<FontAwesomeIcon icon={faHome} />
</HomeIconBox>
......