mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
Update animals.tsx
Change instances of "galopp" to "gallop"
This commit is contained in:
parent
b171793040
commit
d6484103a7
1 changed files with 3 additions and 3 deletions
|
|
@ -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 />,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue