Skip to content

Commit ea1bcaf

Browse files
Update email addresses from [email protected] to [email protected] (#2461)
* Update email addresses from [email protected] to [email protected] - Replace email addresses in privacy policy page (3 instances) - Replace email addresses in terms of service page (2 instances) - No other content changes made Co-Authored-By: [email protected] <[email protected]> * Update remaining [email protected] instances to [email protected] - Update privacy policy contact information section - Update contributing documentation mailto link Co-Authored-By: [email protected] <[email protected]> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: [email protected] <[email protected]>
1 parent 236e7bf commit ea1bcaf

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

apps/web/client/src/app/privacy-policy/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function PrivacyPage() {
1212

1313
<div className="prose prose-invert max-w-none">
1414
<p className="text-foreground-secondary mb-8">
15-
If you have any questions, please write to us at [email protected]
15+
If you have any questions, please write to us at [email protected]
1616
</p>
1717

1818
<h2 className="text-2xl font-light text-foreground-primary mt-12 mb-6">Introduction</h2>
@@ -190,13 +190,13 @@ export default function PrivacyPage() {
190190

191191
<h2 className="text-2xl font-light text-foreground-primary mt-12 mb-6">Personal Data of Children</h2>
192192
<p className="text-foreground-secondary mb-6">
193-
As noted in the Terms of Use, we do not knowingly collect or solicit Personal Data from children under 13 years of age; if you are a child under the age of 13, please do not attempt to register for or otherwise use the Services or send us any Personal Data. If we learn we have collected Personal Data from a child under 13 years of age, we will delete that information as quickly as possible. If you believe that a child under 13 years of age may have provided Personal Data to us, please contact us at [email protected].
193+
As noted in the Terms of Use, we do not knowingly collect or solicit Personal Data from children under 13 years of age; if you are a child under the age of 13, please do not attempt to register for or otherwise use the Services or send us any Personal Data. If we learn we have collected Personal Data from a child under 13 years of age, we will delete that information as quickly as possible. If you believe that a child under 13 years of age may have provided Personal Data to us, please contact us at [email protected].
194194
</p>
195195

196196
<h2 className="text-2xl font-light text-foreground-primary mt-12 mb-6">Other State Law Privacy Rights</h2>
197197
<h3 className="text-xl font-light text-foreground-primary mt-8 mb-4">California Resident Rights</h3>
198198
<p className="text-foreground-secondary mb-6">
199-
Under California Civil Code Sections 1798.83-1798.84, California residents are entitled to contact us to prevent disclosure of Personal Data to third parties for such third parties' direct marketing purposes; in order to submit such a request, please contact us at [email protected].
199+
Under California Civil Code Sections 1798.83-1798.84, California residents are entitled to contact us to prevent disclosure of Personal Data to third parties for such third parties' direct marketing purposes; in order to submit such a request, please contact us at [email protected].
200200
</p>
201201

202202
<h3 className="text-xl font-light text-foreground-primary mt-8 mb-4">Nevada Resident Rights</h3>
@@ -210,11 +210,11 @@ export default function PrivacyPage() {
210210
</p>
211211
<ul className="text-foreground-secondary mb-6 list-disc pl-6">
212212
<li>https://onlook.dev/</li>
213-
<li>contact@onlook.dev</li>
213+
<li>contact@onlook.com</li>
214214
</ul>
215215
</div>
216216
</div>
217217
</main>
218218
</WebsiteLayout>
219219
);
220-
}
220+
}

apps/web/client/src/app/terms-of-service/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function TermsPage() {
1212

1313
<div className="prose prose-invert max-w-none">
1414
<p className="text-foreground-secondary mb-8">
15-
If you have any questions, please write to us at [email protected]
15+
If you have any questions, please write to us at [email protected]
1616
</p>
1717

1818
<h2 className="text-2xl font-light text-foreground-primary mt-12 mb-6">Introduction</h2>
@@ -56,7 +56,7 @@ export default function TermsPage() {
5656

5757
<h2 className="text-2xl font-light text-foreground-primary mt-12 mb-6">6. Communications</h2>
5858
<p className="text-foreground-secondary mb-6">
59-
You agree that Onlook may send you emails concerning our products and services, as well as those of third parties. You may opt out of promotional emails by responding to the promotional email itself or emailing us at [email protected].
59+
You agree that Onlook may send you emails concerning our products and services, as well as those of third parties. You may opt out of promotional emails by responding to the promotional email itself or emailing us at [email protected].
6060
</p>
6161

6262
<h2 className="text-2xl font-light text-foreground-primary mt-12 mb-6">7. Suspension; Termination</h2>
@@ -93,4 +93,4 @@ export default function TermsPage() {
9393
</main>
9494
</WebsiteLayout>
9595
);
96-
}
96+
}

bun.lockb

2.08 KB
Binary file not shown.

docs/content/docs/developer/contributing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: How to contribute to the Onlook project
88
We welcome contributions to Onlook! This guide will help you get started with contributing to the project.
99

1010
When contributing to this repository, please first discuss the change you wish to make via [issues](https://github.com/onlook-dev/onlook/issues),
11-
[Discord](https://discord.gg/hERDfFZCsH), [email](mailto:contact@onlook.dev), or any other method with the owners of this repository before making a change.
11+
[Discord](https://discord.gg/hERDfFZCsH), [email](mailto:contact@onlook.com), or any other method with the owners of this repository before making a change.
1212

1313
Please note we have a [code of conduct](https://github.com/onlook-dev/onlook/blob/main/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
1414

@@ -62,4 +62,4 @@ We use [TypeScript](https://www.typescriptlang.org/) for type safety.
6262
To check types of the web client, run:
6363
```bash
6464
cd apps/web/client && bun run typecheck
65-
```
65+
```

0 commit comments

Comments
 (0)