Skip to content

Commit

Permalink
Update helixbridge.app to helix.box
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Nov 4, 2024
1 parent e45185a commit a0d5c37
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions apps/helix/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bridge Stablecoins and Native Tokens on HelixBridge</title>
<title>Bridge Stablecoins and Native Tokens on Helixbox</title>
<meta name="description" content="Secure, fast, and low-cost cross-chain crypto transfers" />

<meta name="format-detection" content="telephone=no">
<link rel="canonical" href="https://helixbridge.app">
<link rel="canonical" href="https://helix.box">

<!-- Open Graph -->
<meta property="og:title" content="HelixBridge Interface">
<meta property="og:url" content="https://helixbridge.app/">
<meta property="og:image" content="https://helixbridge.app/preview.png">
<meta property="og:image:alt" content="HelixBridge Interface">
<meta property="og:title" content="Helixbox Interface">
<meta property="og:url" content="https://helix.box/">
<meta property="og:image" content="https://helix.box/preview.png">
<meta property="og:image:alt" content="Helixbox Interface">
<meta property="og:description" content="HelixBridge has rebranded to Helixbox.">

<meta property="twitter:title" content="HelixBridge Interface">
<meta property="twitter:image" content="https://helixbridge.app/preview.png">
<meta property="twitter:image:alt" content="HelixBridge Interface">
<meta property="twitter:title" content="Helixbox Interface">
<meta property="twitter:image" content="https://helix.box/preview.png">
<meta property="twitter:image:alt" content="Helixbox Interface">
</head>
<body style="background-color: #00141d; color: white; line-height: 1.5rem; font-size: 1rem; font-weight: 400;">
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion apps/helixbox-app/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/": {
Expand Down

0 comments on commit a0d5c37

Please sign in to comment.