Skip to content

Commit

Permalink
Merge pull request #3783 from alc0ve/develop
Browse files Browse the repository at this point in the history
WV-175/updated OpenReplay privacy policy link
  • Loading branch information
DaleMcGrew authored Nov 29, 2023
2 parents b6e0780 + 0a68b23 commit 134ee37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/common/components/PrivacyBody.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ export default class PrivacyBody extends Component {
<Suspense fallback={<></>}>
<OpenExternalWebSite
linkIdAttribute="openReplayPrivacy"
url="https://openreplay.com/privacy.html"
url="https://openreplay.com/legal/privacy.html"
target="_blank"
body={<span>https://openreplay.com/privacy.html</span>}
body={<span>https://openreplay.com/legal/privacy.html</span>}
/>
</Suspense>
).
Expand Down

0 comments on commit 134ee37

Please sign in to comment.