From 64a9a4aa991d1b91007506b25b1774c08e58e919 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Fri, 20 Mar 2026 21:53:10 +0000 Subject: [PATCH] =?UTF-8?q?style(design):=20FINDING-003=20=E2=80=94=20fix?= =?UTF-8?q?=20heading=20hierarchy=20(h3=20=E2=86=92=20h2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sidebar section headings were h3 while page titles are h1, skipping h2. Change to h2 for proper heading hierarchy (h1 → h2, no skip). Co-Authored-By: Claude Opus 4.6 (1M context) --- src/shared/components/layout/SlideMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/layout/SlideMenu.vue b/src/shared/components/layout/SlideMenu.vue index 030934a..d5db76e 100644 --- a/src/shared/components/layout/SlideMenu.vue +++ b/src/shared/components/layout/SlideMenu.vue @@ -15,7 +15,7 @@ :key="section.title" class="menu-section" > - +