Skip to content

Commit

Permalink
fix: Change alarm sound src
Browse files Browse the repository at this point in the history
  • Loading branch information
minggas authored Dec 13, 2018
1 parent d99dba3 commit b795cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class App extends Component {
<audio
id="beep"
preload="auto"
src="https://minggas.github.io/vue-pomodoro/alarm.mp3"
src="https://onlineclock.net/audio/options/default.mp3"
ref={audio => {
this.audioBeep = audio;
}}
Expand Down

0 comments on commit b795cf8

Please sign in to comment.