Skip to content

Commit

Permalink
LM-167 Remove fourth audio in app explaination
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-- authored and dweiss96 committed Oct 19, 2023
1 parent 26e0657 commit 26db965
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Binary file modified src/assets/explain_app/audios/4.mp3
Binary file not shown.
Binary file removed src/assets/explain_app/audios/5.mp3
Binary file not shown.
1 change: 0 additions & 1 deletion src/components/ExplainApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default {
new Audio(require(`../assets/explain_app/audios/2.mp3`)),
new Audio(require(`../assets/explain_app/audios/3.mp3`)),
new Audio(require(`../assets/explain_app/audios/4.mp3`)),
new Audio(require(`../assets/explain_app/audios/5.mp3`)),
],
getHelpButtonImage: require('../assets/help.svg'),
cooldownTimeMiliseconds: 1000,
Expand Down

0 comments on commit 26db965

Please sign in to comment.