We don't have a good sidebar compared to what we have in our design. "Nav Element A" is actually just some text I put there to test things, so overall it does nothing and looks bad.
Tweak NavElement in /components/sidebar.tsx so that it matches the one we have in our design as close as you can. It should take 2 props: a string name and an onClick function that gets called when a user clicks on the element.
Don't use icons just yet, for now just make sure it has proper styling, an onclick function, and a hover state
We don't have a good sidebar compared to what we have in our design. "Nav Element A" is actually just some text I put there to test things, so overall it does nothing and looks bad.
Tweak NavElement in
/components/sidebar.tsx
so that it matches the one we have in our design as close as you can. It should take 2 props: a string name and an onClick function that gets called when a user clicks on the element.Don't use icons just yet, for now just make sure it has proper styling, an onclick function, and a hover state