Skip to content

Commit d34a791

Browse files
authored
Merge pull request #247 from ISISComputingGroup/remove_snow
Remove snow
2 parents fbf13dc + 393b3a8 commit d34a791

File tree

4 files changed

+249
-297
lines changed

4 files changed

+249
-297
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">

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.1/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
33
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
44
"files": { "ignoreUnknown": false },
55
"formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 },

0 commit comments

Comments
 (0)