mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
🐜 fix(www): Fix pricing button sound
This commit is contained in:
Binary file not shown.
BIN
apps/www/public/audio/click.wav
Normal file
BIN
apps/www/public/audio/click.wav
Normal file
Binary file not shown.
@@ -70,7 +70,7 @@ export default component$(() => {
|
||||
|
||||
// eslint-disable-next-line qwik/no-use-visible-task
|
||||
useVisibleTask$(() => {
|
||||
audio.value = noSerialize(new Howl({ src: ["/audio/cash.mp3"], volume: 0.5 }))
|
||||
audio.value = noSerialize(new Howl({ src: ["/audio/click.wav"], volume: 0.5 }))
|
||||
|
||||
buttonRef.value?.addEventListener("mouseenter", () => {
|
||||
bookRef.value?.classList.add('flip')
|
||||
|
||||
Reference in New Issue
Block a user