Skip to content

Commit

Permalink
feat: add TOS to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Dec 17, 2024
1 parent 77e088f commit a1f32ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/localization/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@
"text": "Privacy Policy",
"url": "https://techmatters.org/privacy-policy/"
},
"tos": {
"text": "Terms of Service",
"url": "https://terraso.org/terms-of-service/"
},
"data": { "text": "Data Policy", "url": "#" },
"about": { "text": "About Terraso", "url": "https://terraso.org/" }
}
Expand Down
4 changes: 4 additions & 0 deletions src/localization/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@
"text": "Política de privacidad",
"url": "https://techmatters.org/privacy-policy/"
},
"tos": {
"text": "Termos de Serviço",
"url": "https://terraso.org/terms-of-service/"
},
"data": { "text": "Política de datos", "url": "#" },
"about": {
"text": "Acerca de Terraso",
Expand Down

0 comments on commit a1f32ac

Please sign in to comment.