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,22 +118,8 @@
},
{
"label": "Blog",
"href": "#",
"children": [
{
"label": "Blog Grid",
"href": "/blog-grid"
},
{
"label": "Blog Standard",
"href": "/blog"
},
{
"label": "Blog Details",
"href": "/blog-details"
}
]
},
{
"label": "Contact Us",
"href": "/contact"