You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a few more components to make from the dashboard. In this case, we want you to create the side navbar component that will be used on almost every page of the website. You can find it in the same place as the other frontend components for the dashboard on Figma. As you can see below, there are two versions: one for an admin and one for a volunteer. Your goal is to make one component that can reflect both. You can download the Bread & Roses logo off of Figma.
Testing
You can test the component by placing it in one of the page.tsx files. One edge case is to make sure that it will always appear on the left no matter how much you scroll down. Also make sure that it can handle both the admin and volunteer views!
Feel free to make a PR once you’re done with that.
The text was updated successfully, but these errors were encountered:
Description
We have a few more components to make from the dashboard. In this case, we want you to create the side navbar component that will be used on almost every page of the website. You can find it in the same place as the other frontend components for the dashboard on Figma. As you can see below, there are two versions: one for an admin and one for a volunteer. Your goal is to make one component that can reflect both. You can download the Bread & Roses logo off of Figma.
Testing
You can test the component by placing it in one of the
page.tsx
files. One edge case is to make sure that it will always appear on the left no matter how much you scroll down. Also make sure that it can handle both the admin and volunteer views!Feel free to make a PR once you’re done with that.
The text was updated successfully, but these errors were encountered: