diff --git a/apps/helix/index.html b/apps/helix/index.html index d263b5ca..d4953f23 100644 --- a/apps/helix/index.html +++ b/apps/helix/index.html @@ -24,4 +24,4 @@
- + \ No newline at end of file diff --git a/apps/helixbox-app/codegen.ts b/apps/helixbox-app/codegen.ts index 5a5de78d..fb913838 100644 --- a/apps/helixbox-app/codegen.ts +++ b/apps/helixbox-app/codegen.ts @@ -2,7 +2,7 @@ import type { CodegenConfig } from "@graphql-codegen/cli"; const config: CodegenConfig = { overwrite: true, - schema: "https://apollo.helixbridge.app/graphql", + schema: "https://apollo.helix.box/graphql", documents: ["src/hooks/**/*.ts", "src/components/**/*.tsx"], generates: { "src/_generated_/gql/": { diff --git a/apps/helixbox-app/src/components/footer.tsx b/apps/helixbox-app/src/components/footer.tsx index df424e59..746e9c3d 100644 --- a/apps/helixbox-app/src/components/footer.tsx +++ b/apps/helixbox-app/src/components/footer.tsx @@ -111,7 +111,7 @@ function Social() { icon: Discord, }, { - link: "mailto:hello@helixbridge.app", + link: "mailto:hello@helix.box", icon: Email, }, ]; diff --git a/apps/helixbox-app/src/components/transaction-status.tsx b/apps/helixbox-app/src/components/transaction-status.tsx index 899dcd0f..b2e45c89 100644 --- a/apps/helixbox-app/src/components/transaction-status.tsx +++ b/apps/helixbox-app/src/components/transaction-status.tsx @@ -42,7 +42,7 @@ export default function TransactionStatus({ record }: Props) { It seems to be taking longer than usual.{" "}