tailwind-nextjs-starter-blog
tailwind-nextjs-starter-blog copied to clipboard
Continue Create Dropdown Options
Enhancement
Continuation of #897
Changes
- Add support for dropdown within
headerNavLinks
- Update dropdown styling in MobileNav
- Iffy on this being the right styling of the menu
Code structure
- Use helper functions to render navs within
NavOptions
,MobileNav
- Create NavLinks types
- [ ] Defined in
data/headerNavLinks.ts
, feels like the wrong spot for types
- [ ] Defined in