Skip to content
Snippets Groups Projects
Commit 6dcee947 authored by Guiusepe's avatar Guiusepe
Browse files

added terms of use

parent 210039d4
No related branches found
No related tags found
3 merge requests!41Homologa,!40added terms of use,!37added terms of use
......@@ -36,6 +36,7 @@ import ppgcgLogo from '../img/logo-ppgcg.svg';
import highPpgcgLogo from '../img/high-logo-ppgcg.svg';
import c3slLogo from '../img/logo-c3sl.svg';
import highC3slLogo from '../img/high-logo-c3sl.svg';
import TermoDoc from '../data/files/termo-de-uso.pdf';
function FooterComponent() {
const storeState = useSelector(state => state);
......@@ -55,7 +56,7 @@ function FooterComponent() {
it will be added again in future releases */}
<Link to={routes.contato} className="link">Contato</Link>
<Link to={routes.sobre} className="link">Sobre</Link>
<Link to={routes.termos_uso} className="link">Termos de uso</Link>
<a href={TermoDoc} className="link">Termos de uso</a>
</Grid>
<Grid className="contributors-container">
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment