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}