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 13914c29fa
No known key found for this signature in database
18 changed files with 105 additions and 360 deletions

View file

@ -24,6 +24,7 @@ const fetchAllNavigation = async () => {
title: item.title || item.page_title,
permalink: item.permalink || item.page_permalink,
icon: item.icon,
section: item.section,
sort: item.sort,
};