aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorzwlucas <lucas.oliveira1676@etec.sp.gov.br>2025-04-03 01:01:00 +0000
committerzwlucas <lucas.oliveira1676@etec.sp.gov.br>2025-04-03 01:01:00 +0000
commit264f57c80b1ac8d8a31e4b20b11933996a97d63c (patch)
tree788a762105bcacb70a28624d8ff83771cb563cd9 /app
parent3385621a3d51cd259d74d4e469479967859cc4f5 (diff)
downloadeleicoes-264f57c80b1ac8d8a31e4b20b11933996a97d63c.tar.gz
eleicoes-264f57c80b1ac8d8a31e4b20b11933996a97d63c.zip
result button
Diffstat (limited to 'app')
-rw-r--r--app/page.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/page.tsx b/app/page.tsx
index 8d63be7..11cd564 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -148,10 +148,10 @@ export default function Home() {
<div className="text-center text-sm text-[#004a93]">
© {new Date().getFullYear()} Justiça Eleitoral Estudantil
</div>
- {/* <Link href="/resultados" className="flex items-center gap-1 text-sm text-[#004a93] hover:underline">
+ <Link href="/resultados" className="flex items-center gap-1 text-sm text-[#004a93] hover:underline">
<BarChart3 className="h-4 w-4" />
Ver Resultados
- </Link> */}
+ </Link>
</div>
</div>
</div>