From 745383cf41d40e2d872ec172a921fb124a88cf92 Mon Sep 17 00:00:00 2001 From: Youngmaster0304 Date: Sat, 1 Aug 2026 17:36:18 +0530 Subject: [PATCH] fix: change header h1 to span for proper heading hierarchy Changed the h1 element in the header to a span element to ensure there is only one h1 per page (the main REFRAME title in VideoEditor). Fixes #69 Contributor: Abhinav Jha (@Youngmaster0304) Email: abhinavjha0304@gmail.com GSSoC 2026 Participant --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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