Skip to content

Commit 4788d1b

Browse files
committed
remove snow
1 parent fbf13dc commit 4788d1b

File tree

3 files changed

+8
-38
lines changed

3 files changed

+8
-38
lines changed

app/wall/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use client";
2-
import Snowfall from "react-snowfall";
31
import GithubActionsScheduledJobs from "@/app/components/GithubActionsScheduledJobs";
42
import InstrumentsDisplay from "@/app/components/InstrumentsDisplay";
53
import JenkinsJobs from "../components/JenkinsJobs";
@@ -9,7 +7,6 @@ export default function WallDisplay() {
97
<main
108
className={`flex min-h-screen bg-white dark:bg-zinc-800 flex-col items-center justify-between`}
119
>
12-
<Snowfall />
1310
<section className="rounded-xl w-full md:px-0 md:w-11/12 my-2">
1411
<div className="mx-auto ">
1512
<div className="w-full mx-auto text-left flex justify-center items-center pb-8 px-8 dark:bg-zinc-900 rounded-xl">

package-lock.json

Lines changed: 8 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"postcss": "^8.5.6",
2222
"react": "^19.2.0",
2323
"react-dom": "^19.2.3",
24-
"react-snowfall": "^2.4.0",
2524
"react-use-websocket": "^4.13.0",
2625
"tailwindcss": "^4.1.18",
2726
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)