Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mapfor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simcaq
Mapfor
Commits
6dcee947
Commit
6dcee947
authored
3 years ago
by
Guiusepe
Browse files
Options
Downloads
Patches
Plain Diff
added terms of use
parent
210039d4
No related branches found
No related tags found
3 merge requests
!41
Homologa
,
!40
added terms of use
,
!37
added terms of use
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/FooterComponent.js
+2
-1
2 additions, 1 deletion
src/components/FooterComponent.js
src/data/files/termo-de-uso.pdf
+0
-0
0 additions, 0 deletions
src/data/files/termo-de-uso.pdf
with
2 additions
and
1 deletion
src/components/FooterComponent.js
+
2
−
1
View file @
6dcee947
...
...
@@ -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
"
>
...
...
This diff is collapsed.
Click to expand it.
src/data/files/termo-de-uso.pdf
0 → 100644
+
0
−
0
View file @
6dcee947
File added
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment