From 01f32931951967dc24b83ef17a5b9e47ebac122a Mon Sep 17 00:00:00 2001 From: Wini_Fy Date: Wed, 4 Feb 2026 16:19:58 +0700 Subject: [PATCH] refactor: Simplify blog navigation in header by removing nested links and updating href --- app/components/layout/Header/header.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/app/components/layout/Header/header.json b/app/components/layout/Header/header.json index cf55fb5..8363255 100644 --- a/app/components/layout/Header/header.json +++ b/app/components/layout/Header/header.json @@ -118,21 +118,7 @@ }, { "label": "Blog", - "href": "#", - "children": [ - { - "label": "Blog Grid", - "href": "/blog-grid" - }, - { - "label": "Blog Standard", - "href": "/blog" - }, - { - "label": "Blog Details", - "href": "/blog-details" - } - ] + "href": "/blog" }, { "label": "Contact Us",