diff options
| author | Lucas Faria Mendes <160072085+zwlucas@users.noreply.github.com> | 2025-04-09 19:48:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-09 19:48:16 +0000 |
| commit | 3bebdf818cc7754f5152410c13e1e3d24565ad72 (patch) | |
| tree | 41a2bb28b7eb78539819bc56dcfc976a58f5e779 /app/page.tsx | |
| parent | 164293072cd772175cbc98bd073031f79cc41d3c (diff) | |
| download | eleicoes-3bebdf818cc7754f5152410c13e1e3d24565ad72.tar.gz eleicoes-3bebdf818cc7754f5152410c13e1e3d24565ad72.zip | |
Atualizar o page.tsx
Diffstat (limited to 'app/page.tsx')
| -rw-r--r-- | app/page.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/page.tsx b/app/page.tsx index 11cd564..9d64f17 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -77,9 +77,9 @@ export default function Home() { </CardHeader> <CardContent className="pt-6"> <div className="space-y-2"> - <p>As eleições foram encerradas, obrigado pelo seu voto!</p> - </div> - {/* <form onSubmit={handleSubmit} className="space-y-4"> + {/* <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" @@ -137,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. |