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