Error occurs when accessing page as an unsigned user. Unhandled Rejection (TypeError): Failed to fetch:

useEffect(() => {
    fetch(`${process.env.REACT_APP_SERVER_URL}/auth/account`, {
      credentials: "include",
    })

General committee member page not responsive (does not look good on smaller dimensions < 1500px (width))

When clicking homepage button, home page prompts for user to login again despite already being logged in.

General Committee Member page has bulletin points on the requirements, items, and additional info section despite not having any content in the bulletin point. ****

Screenshot 2023-04-19 at 2.47.44 PM.png

Attempting to click donate prompts a donate page with a checkbox that has no content in it.

Screenshot 2023-04-19 at 2.47.32 PM.png

During small dimensions, navbar dropdown does not close at certain areas (you have to click at the edges of the x)

Screenshot 2023-04-19 at 2.50.27 PM.png