UnlyEd / next-right-now

Flexible production-grade boilerplate with Next.js 11, Vercel and TypeScript. Includes multiple opt-in presets using Storybook, Airtable, GraphQL, Analytics, CSS-in-JS, Monitoring, End-to-end testing, Internationalization, CI/CD and SaaS B2B multi single-tenancy (monorepo) support
https://unlyed.github.io/next-right-now/
MIT License
1.26k stars 111 forks source link

Use <main> and <nav>, etc. for better accessibility #360

Closed Vadorequest closed 3 years ago

Vadorequest commented 3 years ago

We currently use <div> but could use <main> and other more meaningful elements (semantic) for better accessibility

Vadorequest commented 3 years ago

Done in #365