Skip to content

Commit ac3500c

Browse files
committed
format
1 parent fd69980 commit ac3500c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

app/wall/page.tsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +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-
{
11-
[...Array(10).keys()].map((key)=> <script src="https://cdn.delphitools.info/wp-content/uploads/2013/10/jsbat.js?1.2" key={key} />)
12-
}
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+
))}
1317
<section className="rounded-xl w-full md:px-0 md:w-11/12 my-2">
1418
<div className="mx-auto ">
1519
<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)