-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update terms on web/platform (#1517)
- Loading branch information
1 parent
ae71bc8
commit 5804568
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -241,7 +241,16 @@ import { LinearGradient } from "@qwik/components/text"; | |
|
||
<div class="flex flex-col gap-4"> | ||
<h3 class="text-xl font-semibold">Contact Us</h3> | ||
<p>If you have questions or concerns about this Privacy Policy, please contact us at: Trace Machina, Inc., 2050 W Augusta Blvd, Chicago, IL 60622; or privacy@nativelinkcom.</p> | ||
<p>If you have questions or concerns about this Privacy Policy, please mail us at <a href="mailto:[email protected]">[email protected]</a> | ||
or contact us at: | ||
<div class="pt-4 flex flex-col"> | ||
<span>Trace Machina, Inc.</span> | ||
<span>PO Box 60676</span> | ||
<span>265 Cambridge Ave</span> | ||
<span>Palo Alto CA</span> | ||
<span>94306</span> | ||
</div> | ||
</p> | ||
</div> | ||
|
||
|
||
|