Skip to content

Commit 6358307

Browse files
committed
fix: winter is gone
Disabled/hidden snowfall on homepage
1 parent 5cdbec7 commit 6358307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layout/Layout.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ import Snowfall from 'react-snowfall'
3434
<ViewTransitions />
3535
</head>
3636
<body class="bg-lightgrey w-full h-full min-h-screen text-black dark:text-white transition ease-in-out delay-50 flex flex-col items-center bg-[url('/img/skies.svg')] bg-cover">
37-
<div id="snowfall" class="top-0 absolute -z-10 min-h-screen w-screen">
37+
<!--<div id="snowfall" class="top-0 absolute -z-10 min-h-screen w-screen">
3838
<Snowfall color="#c7d0e6" client:only/>
39-
</div>
39+
</div> -->
4040
<Nav />
4141
<slot />
4242
<Footer />

0 commit comments

Comments
 (0)