fix audio hopefully
All checks were successful
Code quality checks / biome (push) Successful in 17s

This commit is contained in:
Seth 2025-05-19 11:42:11 -04:00
parent d24ea134ef
commit 0d268d2660
2 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,4 @@
const effectTick = new Audio("https://no.ipv4.army/u/Effect_Tick.ogg");
effectTick.volume = 0.1;
const effectTick = new Audio("https://no.ipv4.army/raw/Effect_Tick.ogg");
const whitelistedTags = ["button", "icon", "item", "tooltip", "avatar"];

View file

@ -89,9 +89,7 @@ interface Options {
onClosed?: (snackbar: Snackbar) => void;
}
const popcorn = new Audio("https://no.ipv4.army/u/Popcorn.ogg");
popcorn.volume = 0.1;
const popcorn = new Audio("https://no.ipv4.army/raw/Popcorn.ogg");
export const snacker = (opts: Options) => {
snackbar({