From 62a03749e7f3d94daa4d4f8aa40994d4820fa3a2 Mon Sep 17 00:00:00 2001 From: Oleg Proskurin Date: Thu, 18 Dec 2025 23:29:24 +0700 Subject: [PATCH] feat: update header --- apps/landing/src/app/_components/GlowEffect.tsx | 4 ++-- apps/landing/src/app/_components/WaitlistEmailForm.tsx | 2 +- apps/landing/src/app/layout.tsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/landing/src/app/_components/GlowEffect.tsx b/apps/landing/src/app/_components/GlowEffect.tsx index e888888..1bfead9 100644 --- a/apps/landing/src/app/_components/GlowEffect.tsx +++ b/apps/landing/src/app/_components/GlowEffect.tsx @@ -1,6 +1,6 @@ import { useState, useEffect } from 'react'; -export default function GlowEffect({ children }: { children: React.ReactNode }) { +export default function GlowEffect({ children, id }: { children: React.ReactNode; id?: string }) { const [isPropertyRegistered, setIsPropertyRegistered] = useState(false); // Register CSS property in component body (before render) @@ -68,7 +68,7 @@ export default function GlowEffect({ children }: { children: React.ReactNode }) `} )} -
+
{children}
diff --git a/apps/landing/src/app/_components/WaitlistEmailForm.tsx b/apps/landing/src/app/_components/WaitlistEmailForm.tsx index d882a61..34103ff 100644 --- a/apps/landing/src/app/_components/WaitlistEmailForm.tsx +++ b/apps/landing/src/app/_components/WaitlistEmailForm.tsx @@ -85,7 +85,7 @@ export function WaitlistEmailForm() { return ( <>