From 55a0cb2c9490568db8bb17012f29c61da23fd486 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:09:10 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 603dfbf..0b724e2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -121,7 +121,7 @@ export default function RootLayout({ [data-stagger="true"] > *:nth-child(5) { animation-delay: 0.25s; } [data-stagger="true"] > *:nth-child(6) { animation-delay: 0.3s; } [data-stagger="true"] > *:nth-child(n+7) { animation-delay: 0.35s; } - `; + \`; document.head.appendChild(style); `} @@ -1495,4 +1495,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file