From 2dba497b195348d2522b868528ba537dfa27534a Mon Sep 17 00:00:00 2001 From: Alexander Polynomdivision Date: Fri, 14 Sep 2018 17:24:26 +0200 Subject: [PATCH] feat: Prettify using icons --- src/components/app.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/components/app.tsx b/src/components/app.tsx index 5b8060d..649b3bf 100644 --- a/src/components/app.tsx +++ b/src/components/app.tsx @@ -15,6 +15,9 @@ import MenuIcon from "@material-ui/icons/Menu"; import SettingsIcon from "@material-ui/icons/Settings"; import PersonIcon from "@material-ui/icons/Person"; import InfoIcon from "@material-ui/icons/Info"; +import HomeIcon from "@material-ui/icons/Home"; +import BookIcon from "@material-ui/icons/Book"; +import ViewWeekIcon from "@material-ui/icons/ViewWeek"; import { BrowserRouter, Route, Redirect, Link } from "react-router-dom"; @@ -213,6 +216,9 @@ export default class Application extends React.Component<{}, IState> { to="/dashboard" onClick={this.closeDrawer} button> + + + { to="/review/queue" onClick={this.closeDrawer} button> + + + { to="/levelList" onClick={this.closeDrawer} button> + + + Levelübersicht