Change email addresses
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user