designatuci / DUCI-website

The source code for the Design at UCI website (React)
4 stars 0 forks source link

feat: close mobile nav onclick #123

Closed KevinWu098 closed 3 months ago

KevinWu098 commented 3 months ago

Summary

  1. On mobile, clicking a link in the nav does not currently also close the nav, making for an unintuitive UX
  2. This PR makes it so that, on (link) click, the nav will close

Before: chrome-capture-2024-4-19

After: chrome-capture-2024-4-19 (1)

Closes #35