Closed pettinarip closed 2 months ago
Name | Link |
---|---|
Latest commit | 247b2a2c38321211a6fddf6e2914ee1101b285c8 |
Latest deploy log | https://app.netlify.com/sites/ethereumorg/deploys/66e93bddf301220008d6df2c |
Deploy Preview | https://deploy-preview-13882--ethereumorg.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
7 paths audited Performance: 48 (no change from production) Accessibility: 92 (🔴 down 1 from production) Best Practices: 83 (🔴 down 9 from production) SEO: 92 (🔴 down 1 from production) PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
Description
This PR cleans up the loading exp for the nav a bit.
isDesktop
hook and replace the logic behind it with media queries usinguseBreakpointValue
. This fixes an edge case where large mobile screens or tablets would not load the desktop menu.