Skip to content

Commit 2c9eb47

Browse files
committed
Update html meta content
1 parent aafb040 commit 2c9eb47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlane-xyz/hyperlane-deploy",
3-
"description": "Deploy Hyperlane contracts such as Warp Routes with just a few easy steps.",
3+
"description": "Deploy Hyperlane applications and contracts, such as Warp Routes, with just a few easy steps.",
44
"version": "8.2.0",
55
"author": "J M Rossy",
66
"dependencies": {

src/consts/app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export const MAIN_FONT = SpaceGrotesk({
99
});
1010
export const APP_NAME = 'Hyperlane Deploy';
1111
export const APP_DESCRIPTION =
12-
'A DApp to deploy Hyperlane contracts and applications, such as Warp Routes.';
13-
export const APP_URL = 'TODO';
12+
'Deploy Hyperlane applications and contracts, such as Warp Routes, with just a few easy steps.';
13+
export const APP_URL = 'https://deploy.hyperlane.xyz';
1414
export const BRAND_COLOR = Color.primary['500'];
1515
export const BACKGROUND_COLOR = Color.primary['500'];
1616
export const BACKGROUND_IMAGE = 'url(/backgrounds/main.svg)';

src/pages/_document.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Document() {
1717
<meta name="theme-color" content="#ffffff" />
1818

1919
<meta name="application-name" content={APP_NAME} />
20-
<meta name="keywords" content={APP_NAME + ' Hyperlane Token Bridge Interchain App'} />
20+
<meta name="keywords" content={APP_NAME + ' Token Bridge Interchain App'} />
2121
<meta name="description" content={APP_DESCRIPTION} />
2222

2323
<meta name="HandheldFriendly" content="true" />

0 commit comments

Comments
 (0)