Skip to content

Commit

Permalink
fix: double quotes in privacy screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Mazzon committed Sep 18, 2023
1 parent 3bc2bf8 commit 3a881cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/app/privacy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const Privacy: React.FC = () => {
</p>
<p>
This policy describes the privacy practices of Bondscape and related
content, features, and functionality (collectively, the "Platform")
and the various services that we offer to you on or through the
Platform (the "Services"). Users of our Services are referred to as
"users" or "you".
content, features, and functionality (collectively, the
&#34;Platform&#34;) and the various services that we offer to you on
or through the Platform (the &#34;Services&#34;). Users of our
Services are referred to as &#34;users&#34; or &#34;you&#34;.
</p>
<p>
<strong>
Expand Down Expand Up @@ -68,10 +68,10 @@ const Privacy: React.FC = () => {
Data Collection and Data Retention
</h2>
<p>
For the purpose of this policy, "<strong>personal data</strong>"
refers to any information which is related to an identified or
identifiable natural person. "Personal data" and "personal
information" are used interchangeably.
For the purpose of this policy, &#34;<strong>personal data</strong>
&#34; refers to any information which is related to an identified or
identifiable natural person. &#34;Personal data&#34; and &#34;personal
information&#34; are used interchangeably.
</p>
{/* Add the rest of the content similarly */}

Expand Down

0 comments on commit 3a881cf

Please sign in to comment.