Skip to content

Commit a4a3fbd

Browse files
Merge pull request #215 from ISISComputingGroup/FreddieAkeroyd-patch-1
Remove spooky post halloween
2 parents 3d4f463 + cae1ec5 commit a4a3fbd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/wall/page.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ export default function WallDisplay() {
77
<main
88
className={`flex min-h-screen bg-white dark:bg-zinc-800 flex-col items-center justify-between`}
99
>
10-
{[...Array(10).keys()].map((key) => (
11-
<script
12-
defer
13-
src="https://cdn.delphitools.info/wp-content/uploads/2013/10/jsbat.js?1.2"
14-
key={key}
15-
/>
16-
))}
1710
<section className="rounded-xl w-full md:px-0 md:w-11/12 my-2">
1811
<div className="mx-auto ">
1912
<div className="w-full mx-auto text-left flex justify-center items-center pb-8 px-8 dark:bg-zinc-900 rounded-xl">

0 commit comments

Comments
 (0)