Updated the sidebar

This commit is contained in:
Tiago Ribeiro
2023-06-22 22:39:25 +01:00
parent 79ed521703
commit 747c07f84e

View File

@@ -46,9 +46,9 @@ export default function Sidebar({path}: Props) {
<div className="flex flex-col gap-3">
<Nav Icon={MdSpaceDashboard} label="Dashboard" path={path} keyPath="/" />
<Nav Icon={BsFileEarmarkText} label="Exams" path={path} keyPath="/exam" />
<Nav Icon={BsPencil} label="Exercises" path={path} keyPath="/exercise" />
<Nav Icon={BsPencil} label="Exercises" path={path} keyPath="/#" />
<Nav Icon={BsGraphUp} label="Stats" path={path} keyPath="/stats" />
<Nav Icon={BsClockHistory} label="Record" path={path} keyPath="/record" />
<Nav Icon={BsClockHistory} label="Record" path={path} keyPath="/#" />
</div>
<div