feat(nav): refactor primary navigation to split labels + icons; remove redundant nav code

This commit is contained in:
Cory Dransfeldt 2025-04-13 16:56:47 -07:00
parent 38992d10f1
commit b6d5933433
No known key found for this signature in database
23 changed files with 319 additions and 419 deletions

View file

@ -4,6 +4,7 @@ SELECT
n.menu_location,
n.permalink,
n.icon,
n.section,
n.title,
n.sort,
p.title AS page_title,