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