Skip to content

Commit de0c0ff

Browse files
committed
fmt
1 parent 796312c commit de0c0ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/instruments/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ export default function Home() {
5050
href={`/instrument?name=${instrument}`}
5151
key={instrument}
5252
>
53-
<div className="shadow-lg rounded-lg border-2 border-gray-600 bg-slate-800 hover:bg-slate-700 py-2 px-3 m-1 transition-all duration-100">
53+
<div className="shadow-lg rounded-lg border-2 border-gray-600 bg-slate-800 hover:bg-slate-700 py-2 px-3 m-1 transition-all duration-100">
5454
<h1 className="text-xl flex items-center justify-center text-left leading-none transition-all text-black dark:text-white">
5555
{instrument}
5656
</h1>
57-
</div>
57+
</div>
5858
</Link>
5959
);
6060
})}

0 commit comments

Comments
 (0)