diff --git a/changes/changelog.d/100.bugfix b/changes/changelog.d/100.bugfix new file mode 100644 index 000000000..cad193d52 --- /dev/null +++ b/changes/changelog.d/100.bugfix @@ -0,0 +1 @@ +Added some feedback on the play button (#100) diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue index 451cdcf01..679f8b795 100644 --- a/front/src/components/audio/PlayButton.vue +++ b/front/src/components/audio/PlayButton.vue @@ -1,6 +1,9 @@