This commit is contained in:
parent
d24ea134ef
commit
0d268d2660
2 changed files with 2 additions and 6 deletions
|
@ -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"];
|
||||
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue