From 6fc5fc6a4801288ad601b52a65868f9da7da8687 Mon Sep 17 00:00:00 2001 From: Kavyamanchanpally Date: Fri, 5 Jun 2026 15:57:45 +0530 Subject: [PATCH 1/2] fix: improve heading hierarchy in main page --- src/components/VideoEditor.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/VideoEditor.tsx b/src/components/VideoEditor.tsx index a12c1f41..32123997 100644 --- a/src/components/VideoEditor.tsx +++ b/src/components/VideoEditor.tsx @@ -44,8 +44,8 @@ function Section({ icon, title, children, delay = 0 }: SectionProps) {
{icon}

- {title} -

+ {title} +
{children} @@ -82,7 +82,7 @@ function AccordionSection({ >
{icon} - {title} +