From dde7db58ce5d0d4bf89e819b2feec6ab9615a2c3 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Bajpai Date: Sun, 31 May 2026 02:43:36 +0530 Subject: [PATCH] fix: correct main heading hierarchy --- src/app/layout.tsx | 2 +- src/components/VideoEditor.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f16cedb2..2460bc6b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -82,7 +82,7 @@ export default function RootLayout({ >
-

Reframe

+ Reframe
diff --git a/src/components/VideoEditor.tsx b/src/components/VideoEditor.tsx index b1d2e574..d0e5173b 100644 --- a/src/components/VideoEditor.tsx +++ b/src/components/VideoEditor.tsx @@ -42,9 +42,9 @@ function Section({ icon, title, children, delay = 0 }: SectionProps) { >
{icon} -

+

{title} -

+
{children}