Skip to content

Commit

Permalink
Revert helix
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Nov 4, 2024
1 parent a0d5c37 commit 1e42093
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions apps/helix/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bridge Stablecoins and Native Tokens on Helixbox</title>
<title>Bridge Stablecoins and Native Tokens on HelixBridge</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://helix.box">
<link rel="canonical" href="https://helixbridge.app">

<!-- Open Graph -->
<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: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:description" content="HelixBridge has rebranded to Helixbox.">

<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">
<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">
</head>
<body style="background-color: #00141d; color: white; line-height: 1.5rem; font-size: 1rem; font-weight: 400;">
<div id="root"></div>
<script type="module" src="src/main.tsx"></script>
</body>
</html>
</html>

0 comments on commit 1e42093

Please sign in to comment.