AccessibleForAll / AccessibleWebDev

A resource for developers wanting to learn the basics of accessibility
https://accessibleweb.dev
MIT License
172 stars 95 forks source link

fix: close mobile nav on blur of nav list #380

Open SatyamSetia opened 10 months ago

SatyamSetia commented 10 months ago

Describe your changes

This PR contains 2 changes as follows -

  1. Solves the issue #379
  2. Minor refactoring - rename state variables in Layout.tsx and related child components and stories (name changed from showNavMobile to isNavMobileOpen)

Link to issue

Closes #379

Checklist before requesting a review

SatyamSetia commented 10 months ago

Hey, @EmmaDawsonDev Requesting your review on this PR whenever you get time.