diff --git a/src/components/sounds/SoundCard.tsx b/src/components/sounds/SoundCard.tsx
index c2f533e..c23c481 100644
--- a/src/components/sounds/SoundCard.tsx
+++ b/src/components/sounds/SoundCard.tsx
@@ -53,7 +53,7 @@ export function SoundCard({ sound, playSound, onFavoriteToggle, colorClasses }:
{/* Type badge */}
{sound.type}
@@ -79,7 +79,7 @@ export function SoundCard({ sound, playSound, onFavoriteToggle, colorClasses }:
/>
-
{sound.name}
+ {sound.name}
diff --git a/src/pages/SoundsPage.tsx b/src/pages/SoundsPage.tsx
index 73fb794..bc7d256 100644
--- a/src/pages/SoundsPage.tsx
+++ b/src/pages/SoundsPage.tsx
@@ -307,7 +307,7 @@ export function SoundsPage() {
}
return (
-
+
{sounds.map((sound, idx) => (