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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 />,