Skip to content

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
janibehm committed Oct 17, 2023
2 parents 9f9dac1 + 75d12d8 commit 038c242
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 @@ -5,7 +5,7 @@ import Modal from './components/Modal';
import Circle from './components/circle';
import { ReactComponent as SpeakerOnIcon } from './SpeakerOnIcon.svg';
import { ReactComponent as SpeakerOffIcon } from './SpeakerOffIcon.svg';
import musicBackground from './sounds/backgroundMusic.mp3';
import backgroundMusic from './sounds/backgroundMusic.mp3';
import click from './sounds/click.wav';

const musicBackground = new Audio(backgroundMusic);
Expand Down

0 comments on commit 038c242

Please sign in to comment.