From 44a971ea503fa0f0ceb564fbcb7d9662844896a8 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Mon, 3 Aug 2020 21:50:13 +0200 Subject: [PATCH] style header --- src/components/Header.tsx | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index baf166c..43e3bce 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -11,7 +11,7 @@ import { Theme, makeStyles, } from "@material-ui/core/styles"; -import MenuIcon from "@material-ui/icons/Menu"; +import SportsSoccerIcon from "@material-ui/icons/SportsSoccer"; import SearchIcon from "@material-ui/icons/Search"; import { Link as RouterLink } from "react-router-dom"; @@ -77,19 +77,11 @@ const Header: FC<{ title: string }> = ({ title }) => { return (
- + - - - - - {title} + + {title}