aboutsummaryrefslogtreecommitdiff
path: root/app/votar/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/votar/page.tsx')
-rw-r--r--app/votar/page.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/votar/page.tsx b/app/votar/page.tsx
index 5ca0cb4..79b6c28 100644
--- a/app/votar/page.tsx
+++ b/app/votar/page.tsx
@@ -26,7 +26,7 @@ export default function VotarPage() {
return;
}
- const audio = new Audio('/confirma.mp3')
+ const audio = new Audio('/aperta.mp3')
setAudioElement(audio)
}, [rm, nome, cpf, router]);