Skip to content

Commit

Permalink
feat: add Plausible Analytics to privacy policy (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook authored Aug 1, 2023
1 parent 1a48103 commit 65d2663
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions src/components/privacy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const SafePrivacyPolicy = () => {
return (
<div>
<h1>Privacy Policy</h1>
<p>Last updated on July&nbsp;2023.</p>
<p>Last updated on August&nbsp;2023.</p>
<p>
Your privacy is important to us. It is our policy to respect your privacy and comply with any applicable law and
regulation regarding any personal information we may collect about you, including across our website,{' '}
Expand Down Expand Up @@ -686,7 +686,7 @@ const SafePrivacyPolicy = () => {
</Link>{' '}
to create a signer wallet/an owner account by using the user&apos;s Gmail account or Apple ID information.
</p>
<h4>MoonPay</h4>
<h4>5.14. MoonPay</h4>
<p>
We use{' '}
<Link href="https://www.moonpay.com/" passHref>
Expand All @@ -697,6 +697,24 @@ const SafePrivacyPolicy = () => {
to offer on-ramp and off-ramp services. For that purpose personal data is required for KYC/AML or other
financial regulatory requirements. This data is encrypted by MoonPay.
</p>
<h4>5.15. Plausible Analytics</h4>
<p>
We use{' '}
<Link href="https://plausible.io/" passHref>
<MUILink target="_blank" rel="noreferrer">
Plausible Analytics
</MUILink>
</Link>{' '}
to track overall trends in the usage of our website in a privacy-friendly manner. Plausible Analytics collects
only aggregated information, which does not allow us to identify any visitor to our website. For further
details, please refer to the{' '}
<Link href="https://plausible.io/data-policy" passHref>
<MUILink target="_blank" rel="noreferrer">
Plausible Analytics Data Policy
</MUILink>
</Link>
.
</p>
<h3 id="6">6. Sharing Your Personal Data</h3>
<p>
We may pass your information to our Business Partners, administration centers, third party service providers,
Expand Down

0 comments on commit 65d2663

Please sign in to comment.