Update animals.tsx

Change instances of "galopp" to "gallop"
This commit is contained in:
ncguk
2025-06-18 10:51:10 +01:00
committed by GitHub
parent b171793040
commit d6484103a7

View File

@@ -69,9 +69,9 @@ export const animals: Category = {
},
{
icon: <FaHorseHead />,
id: 'horse-galopp',
label: 'Horse Galopp',
src: '/sounds/animals/horse-galopp.mp3',
id: 'horse-gallop',
label: 'Horse Gallop',
src: '/sounds/animals/horse-gallop.mp3',
},
{
icon: <FaCat />,