🐜 fix(www): Fix pricing button sound

This commit is contained in:
Wanjohi
2025-01-14 03:49:05 +03:00
parent 3be481e260
commit dfe37a6cec
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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')