Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-09 22:09:14 +00:00

View File

@@ -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);
`}
</script>
@@ -1495,4 +1495,4 @@ export default function RootLayout({
</body>
</html>
);
}
}