refactor: Simplify blog navigation in header by removing nested links and updating href

This commit is contained in:
Wini_Fy
2026-02-04 16:19:58 +07:00
parent 9a71d39ebf
commit 01f3293195

View File

@@ -118,21 +118,7 @@
}, },
{ {
"label": "Blog", "label": "Blog",
"href": "#", "href": "/blog"
"children": [
{
"label": "Blog Grid",
"href": "/blog-grid"
},
{
"label": "Blog Standard",
"href": "/blog"
},
{
"label": "Blog Details",
"href": "/blog-details"
}
]
}, },
{ {
"label": "Contact Us", "label": "Contact Us",