Skip to content

Commit

Permalink
Merge pull request #1553 from sharetribe/change-default-ToS-and-PP-pa…
Browse files Browse the repository at this point in the history
…ge-content

Add link to privacy policy and terms of service templates
  • Loading branch information
Gnito authored Oct 17, 2022
2 parents 4207b09 + 9862aa7 commit 58628af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2022-XX-XX

- [change] Add links to free Privacy Policy and Terms of Service templates
[#1553](https://github.com/sharetribe/ftw-daily/pull/1553)

## [v9.0.1] 2022-08-29

- [fix] Use sharetribe-scripts v6.0.1. Fixes for
Expand Down
9 changes: 5 additions & 4 deletions src/components/PrivacyPolicy/PrivacyPolicy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ const PrivacyPolicy = props => {
<p className={css.lastUpdated}>Last updated: October 30, 2017</p>

<p>
Thank you for using Saunatime! Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Thank you for using Saunatime! Every marketplace business needs Terms of Service and
Privacy Policy agreements. To help you launch your marketplace faster, we've compiled
two templates you can use as a baseline for the agreements between your online marketplace
business and its users. You can access these templates at
https://www.sharetribe.com/docs/operator-guides/free-templates/
</p>

<h2>1 Lorem ipsum dolor sit amet</h2>
Expand Down
9 changes: 5 additions & 4 deletions src/components/TermsOfService/TermsOfService.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ const TermsOfService = props => {
<p className={css.lastUpdated}>Last updated: October 30, 2017</p>

<p>
Thank you for using Saunatime! Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Thank you for using Saunatime! Every marketplace business needs Terms of Service and
Privacy Policy agreements. To help you launch your marketplace faster, we've compiled
two templates you can use as a baseline for the agreements between your online marketplace
business and its users. You can access these templates at
https://www.sharetribe.com/docs/operator-guides/free-templates/
</p>

<h2>1 Lorem ipsum dolor sit amet</h2>
Expand Down

0 comments on commit 58628af

Please sign in to comment.