aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
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>