mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
Update www contact us page email addresses from io to com domain (#45616)
## Context As per PR title - for consistency <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Updated contact email addresses from supabase.io to supabase.com for Legal, Privacy, Abuse & Acceptable Use, Security, and Grievance Officer channels. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -71,19 +71,19 @@ const ContactUs = ({}: Props) => {
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 md:gap-10 lg:gap-12">
|
||||
<ContactSection
|
||||
title="Legal"
|
||||
email="legal@supabase.io"
|
||||
email="legal@supabase.com"
|
||||
description="For general legal inquiries."
|
||||
/>
|
||||
|
||||
<ContactSection
|
||||
title="Privacy"
|
||||
email="privacy@supabase.io"
|
||||
email="privacy@supabase.com"
|
||||
description="For questions about personal data, data subject rights requests, GDPR/CCPA inquiries, or how Supabase processes personal information."
|
||||
/>
|
||||
|
||||
<ContactSection
|
||||
title="Abuse & Acceptable Use"
|
||||
email="abuse@supabase.io"
|
||||
email="abuse@supabase.com"
|
||||
description={
|
||||
<>
|
||||
To report suspected violations of our{' '}
|
||||
@@ -98,7 +98,7 @@ const ContactUs = ({}: Props) => {
|
||||
|
||||
<ContactSection
|
||||
title="Security"
|
||||
email="security@supabase.io"
|
||||
email="security@supabase.com"
|
||||
description="To responsibly disclose potential security vulnerabilities or report suspected security incidents involving Supabase infrastructure or services."
|
||||
/>
|
||||
|
||||
@@ -115,10 +115,10 @@ const ContactUs = ({}: Props) => {
|
||||
</h2>
|
||||
<div className="mt-2 lg:mt-3">
|
||||
<a
|
||||
href="mailto:legal@supabase.io"
|
||||
href="mailto:legal@supabase.com"
|
||||
className="inline-block font-mono text-base lg:text-lg text-brand-link hover:underline"
|
||||
>
|
||||
legal@supabase.io
|
||||
legal@supabase.com
|
||||
</a>
|
||||
<p className="text-sm text-foreground-lighter mt-1">Attn: Tracy Lane</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user