diff options
Diffstat (limited to 'app/page.tsx')
| -rw-r--r-- | app/page.tsx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/page.tsx b/app/page.tsx index 0fdd4e9..8d63be7 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -76,7 +76,10 @@ export default function Home() { </CardDescription> </CardHeader> <CardContent className="pt-6"> - <form onSubmit={handleSubmit} className="space-y-4"> + <div className="space-y-2"> + <p>As eleições foram encerradas, obrigado pelo seu voto!</p> + </div> + {/* <form onSubmit={handleSubmit} className="space-y-4"> <div className="space-y-2"> <label htmlFor="rm" @@ -134,7 +137,7 @@ export default function Home() { > CONFIRMAR </Button> - </form> + </form> */} </CardContent> <CardFooter className="flex justify-center border-t border-[#004a93] bg-[#f8f8f8] py-3 text-sm text-[#004a93] rounded-b-lg"> Seu voto é secreto e seguro. |