diff --git a/components/Soundboard/index.tsx b/components/Soundboard/index.tsx
index 821c7ec..30064f6 100644
--- a/components/Soundboard/index.tsx
+++ b/components/Soundboard/index.tsx
@@ -18,7 +18,7 @@ export default function Soundboard() {
const [playTallBand] = useSound("/tallband.m4a", {soundEnabled: true});
const getButton = (title: string, play: () => void) => {
- return
+ return
}
return (