Skip to content
Snippets Groups Projects
Commit d1520d50 authored by Miguel Angelo Salerno's avatar Miguel Angelo Salerno
Browse files

fix terms of use link

parent 8750d85a
No related branches found
No related tags found
1 merge request!42fix terms of use link
...@@ -56,7 +56,7 @@ function FooterComponent() { ...@@ -56,7 +56,7 @@ function FooterComponent() {
it will be added again in future releases */} it will be added again in future releases */}
<Link to={routes.contato} className="link">Contato</Link> <Link to={routes.contato} className="link">Contato</Link>
<Link to={routes.sobre} className="link">Sobre</Link> <Link to={routes.sobre} className="link">Sobre</Link>
<a href={TermoDoc} className="link">Termos de uso</a> <a href={TermoDoc} className="link" target="_blank" rel="noopener noreferrer">Termos de uso</a>
</Grid> </Grid>
<Grid className="contributors-container"> <Grid className="contributors-container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment