Change email addresses

This commit is contained in:
Benjamin S. Leveritt
2024-12-05 16:53:01 +00:00
parent 74cb08e7d4
commit df797dedcd
3 changed files with 7 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ representative at an online or offline event.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to [the community leaders responsible for enforcement](mailto:hello@gcmp.io).
reported to [the community leaders responsible for enforcement](mailto:hello@garden.co).
All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the

View File

@@ -17,7 +17,7 @@
{#if auth.current}
<Provider
auth={auth.current}
peer="wss://cloud.jazz.tools/?key=minimal-svelte-auth-passkey@gcmp.io"
peer="wss://cloud.jazz.tools/?key=minimal-svelte-auth-passkey@garden.co"
>
{@render children?.()}
</Provider>

View File

@@ -4,7 +4,11 @@ import { GcmpLogo } from "gcmp-design-system/src/app/components/atoms/logos/Gcmp
import { Nav } from "gcmp-design-system/src/app/components/organisms/Nav";
export function GcmpNav() {
const cta = (
<Button variant="secondary" className="ml-auto" href="mailto:hello@gcmp.io">
<Button
variant="secondary"
className="ml-auto"
href="mailto:hello@garden.co"
>
Contact us
</Button>
);