diff options
| author | Caleb Mabry <36182383+caleb-mabry@users.noreply.github.com> | 2022-03-23 15:27:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-23 15:27:14 -0400 |
| commit | 313d3db36e5252cfa06e9a48ef681385730bb7a4 (patch) | |
| tree | 0437003e1924b5dc74be98a7fe42257b60ec52c9 | |
| parent | 1899c8058fde577318c1911a35108ea8d91cd1a7 (diff) | |
Update webAO/components/blip.js
Co-authored-by: stonedDiscord <Tukz@gmx.de>
| -rw-r--r-- | webAO/components/blip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/components/blip.js b/webAO/components/blip.js index 409b907..eacbeaf 100644 --- a/webAO/components/blip.js +++ b/webAO/components/blip.js @@ -13,5 +13,5 @@ const createBlip = (amountOfBlips) => { document.body.appendChild(audio) } } -createBlip(3) +createBlip(6) export default createBlip
\ No newline at end of file |
