Merge version_2 into main #3
@@ -23,8 +23,7 @@ export default function RootLayout({
|
||||
<body className={`${geist.variable} ${geistMono.variable}`}>
|
||||
{children}
|
||||
<script>
|
||||
{
|
||||
`
|
||||
{`
|
||||
const style = document.createElement('style');
|
||||
style.textContent = `
|
||||
@keyframes barberPole {
|
||||
@@ -124,8 +123,7 @@ export default function RootLayout({
|
||||
[data-stagger="true"] > *:nth-child(n+7) { animation-delay: 0.35s; }
|
||||
`;
|
||||
document.head.appendChild(style);
|
||||
`
|
||||
}
|
||||
`}
|
||||
</script>
|
||||
|
||||
<script
|
||||
|
||||
Reference in New Issue
Block a user