From 0894e17d157149f8ca140532d0a685c6172d8ba3 Mon Sep 17 00:00:00 2001 From: Luis Felipe Risch <lfr20@inf.ufpr.br> Date: Fri, 18 Dec 2020 09:34:11 -0300 Subject: [PATCH] Add anchor to partners --- src/Components/EcFooter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/EcFooter.js b/src/Components/EcFooter.js index f04765ec..9b5183ff 100644 --- a/src/Components/EcFooter.js +++ b/src/Components/EcFooter.js @@ -50,7 +50,7 @@ class EcFooter extends Component{ <h4>Sobre</h4> <ul style={listStyle}> <li> <WhiteLink href="sobre">Sobre a Plataforma</WhiteLink> </li> - <li> <WhiteLink href="sobre#parceiros">Portais Parceiros</WhiteLink> </li> + <li> <WhiteLink href="sobre#portaisparceiros">Portais Parceiros</WhiteLink> </li> <li> <WhiteLink href="termos">Termos de Uso</WhiteLink> </li> <li> <WhiteLink href="contato">Contato</WhiteLink> </li> </ul> -- GitLab