diff options
| author | Lucas Faria Mendes <160072085+zwlucas@users.noreply.github.com> | 2025-04-02 11:07:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 11:07:06 +0000 |
| commit | 8d26634e31efbb5967151c930e811c74d3f7dd2b (patch) | |
| tree | 4657f3b5932929bad905296431ca3b6f247964d0 /app/page.tsx | |
| parent | 0d9df5995b366d51be871a411e9b50c6ee4e00b9 (diff) | |
| download | eleicoes-8d26634e31efbb5967151c930e811c74d3f7dd2b.tar.gz eleicoes-8d26634e31efbb5967151c930e811c74d3f7dd2b.zip | |
removed result button
Diffstat (limited to 'app/page.tsx')
| -rw-r--r-- | app/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/page.tsx b/app/page.tsx index 74500d3..dbe9f89 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -145,10 +145,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> |