Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Willemsen committed Nov 8, 2024
1 parent 796312c commit de0c0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/instruments/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ export default function Home() {
href={`/instrument?name=${instrument}`}
key={instrument}
>
<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">
<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">
<h1 className="text-xl flex items-center justify-center text-left leading-none transition-all text-black dark:text-white">
{instrument}
</h1>
</div>
</div>
</Link>
);
})}
Expand Down

0 comments on commit de0c0ff

Please sign in to comment.