We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796312c commit de0c0ffCopy full SHA for de0c0ff
app/instruments/page.tsx
@@ -50,11 +50,11 @@ export default function Home() {
50
href={`/instrument?name=${instrument}`}
51
key={instrument}
52
>
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">
+ <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">
54
<h1 className="text-xl flex items-center justify-center text-left leading-none transition-all text-black dark:text-white">
55
{instrument}
56
</h1>
57
- </div>
+ </div>
58
</Link>
59
);
60
})}
0 commit comments