Open KenjiPcx opened 9 months ago
We are using the menu component wrongly, it outputs errors
<Menu withArrow> <Menu.Target> <NavButton /> </Menu.Target> <Menu.Dropdown> <Menu.Label>Navigation</Menu.Label> <Menu.Item component={Link} to={"/"} icon={<IconHome style={{ width: rem(14), height: rem(14) }} />} > Home </Menu.Item> <Menu.Item component={Link} to={"/sessions/new"} icon={ <IconNewSection style={{ width: rem(14), height: rem(14) }} /> } > New Session </Menu.Item> <Menu.Item component={Link} to={"/sessions"} icon={<IconPhoto style={{ width: rem(14), height: rem(14) }} />} > Past Sessions </Menu.Item> </Menu.Dropdown> </Menu>
We should define buttons similarly to the settings button
We are using the menu component wrongly, it outputs errors
We should define buttons similarly to the settings button