add ID to PageNavItem

This commit is contained in:
Zeni Kim 2025-04-27 23:41:25 -05:00
parent f276f4d61d
commit 653fd5c64e

View file

@ -10,6 +10,7 @@ type PageNav struct {
type PageNavItem struct {
Text string
Link string
ID string
IsDisabled bool
IsActive bool
ChildItems []PageNavItem