Skip to content

Commit

Permalink
chore: add more sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Nov 30, 2023
1 parent 6bdf28a commit 8c75f87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file added public/sounds/nature/howling-wind.mp3
Binary file not shown.
Binary file modified public/sounds/nature/wind-in-trees.mp3
Binary file not shown.
6 changes: 6 additions & 0 deletions src/data/sounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ export const sounds: {
label: 'Wind',
src: '/sounds/nature/wind.mp3',
},
{
icon: <FaWind />,
id: 'howling-wind',
label: 'Howling Wind',
src: '/sounds/nature/howling-wind.mp3',
},
{
icon: <FaWind />,
id: 'wind-in-trees',
Expand Down

0 comments on commit 8c75f87

Please sign in to comment.