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 />,
|
icon: <FaHorseHead />,
|
||||||
id: 'horse-galopp',
|
id: 'horse-gallop',
|
||||||
label: 'Horse Galopp',
|
label: 'Horse Gallop',
|
||||||
src: '/sounds/animals/horse-galopp.mp3',
|
src: '/sounds/animals/horse-gallop.mp3',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: <FaCat />,
|
icon: <FaCat />,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue