From e6eb13c9d0260ae6d9cc405e54b6ea27dedac8dd Mon Sep 17 00:00:00 2001 From: zwlucas Date: Tue, 1 Apr 2025 09:26:32 -0300 Subject: new sounds --- app/votar/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/votar') 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]); -- cgit v1.2.3