Skip to content

Commit

Permalink
feat(ux): update sound grid order
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Oct 4, 2022
1 parent 3896895 commit 0bfe73e
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions src/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
}
},
{
"name": "wind",
"iconFile": "wind.svg",
"name": "drops",
"iconFile": "drops.svg",
"audioFile": {
"name": "wind.ogg",
"name": "drops.ogg",
"type": "audio/ogg"
}
},
{
"name": "drops",
"iconFile": "drops.svg",
"name": "wind",
"iconFile": "wind.svg",
"audioFile": {
"name": "drops.ogg",
"name": "wind.ogg",
"type": "audio/ogg"
}
},
Expand All @@ -39,6 +39,14 @@
"type": "audio/ogg"
}
},
{
"name": "underwater",
"iconFile": "underwater.svg",
"audioFile": {
"name": "underwater.ogg",
"type": "audio/ogg"
}
},
{
"name": "stream-water",
"iconFile": "stream-water.svg",
Expand All @@ -47,6 +55,14 @@
"type": "audio/ogg"
}
},
{
"name": "waterfall",
"iconFile": "waterfall.svg",
"audioFile": {
"name": "waterfall.ogg",
"type": "audio/ogg"
}
},
{
"name": "birds-tree",
"iconFile": "birds-tree.svg",
Expand Down Expand Up @@ -103,14 +119,6 @@
"type": "audio/ogg"
}
},
{
"name": "underwater",
"iconFile": "underwater.svg",
"audioFile": {
"name": "underwater.ogg",
"type": "audio/ogg"
}
},
{
"name": "washing-machine",
"iconFile": "washing-machine.svg",
Expand All @@ -119,14 +127,6 @@
"type": "audio/ogg"
}
},
{
"name": "waterfall",
"iconFile": "waterfall.svg",
"audioFile": {
"name": "waterfall.ogg",
"type": "audio/ogg"
}
},
{
"name": "brown-noise",
"iconFile": "brown-noise.svg",
Expand Down

1 comment on commit 0bfe73e

@vercel
Copy link

@vercel vercel bot commented on 0bfe73e Oct 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

noisekun – ./

noisekun-git-main-mateusfg7.vercel.app
noisekun.vercel.app
noisekun-mateusfg7.vercel.app

Please sign in to comment.