Skip to content

Commit

Permalink
Added arrow to mic
Browse files Browse the repository at this point in the history
  • Loading branch information
ajm13 committed Sep 11, 2018
1 parent 3f92b4e commit cab9fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AudioControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
computed: {
title() {
if (this.microphone.enabled) return 'microphone on'
else return this.audio.title || 'drag and drop audio or enable mic'
else return this.audio.title || 'drag and drop audio or enable mic'
}
},
Expand Down

0 comments on commit cab9fcd

Please sign in to comment.