diff --git a/app/instruments/page.tsx b/app/instruments/page.tsx index 513a2f3..f3ececf 100644 --- a/app/instruments/page.tsx +++ b/app/instruments/page.tsx @@ -50,11 +50,11 @@ export default function Home() { href={`/instrument?name=${instrument}`} key={instrument} > -
+

{instrument}

-
+
); })}