Skip to content

Commit ef75c84

Browse files
Merge pull request #208 from ISISComputingGroup/spooky
make the wall display a bit spookier
2 parents 1d644b1 + ac3500c commit ef75c84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/wall/page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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+
))}
1017
<section className="rounded-xl w-full md:px-0 md:w-11/12 my-2">
1118
<div className="mx-auto ">
1219
<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)