Skip to content

Commit

Permalink
Update html meta content
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Jan 17, 2025
1 parent aafb040 commit 2c9eb47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperlane-xyz/hyperlane-deploy",
"description": "Deploy Hyperlane contracts such as Warp Routes with just a few easy steps.",
"description": "Deploy Hyperlane applications and contracts, such as Warp Routes, with just a few easy steps.",
"version": "8.2.0",
"author": "J M Rossy",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/consts/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export const MAIN_FONT = SpaceGrotesk({
});
export const APP_NAME = 'Hyperlane Deploy';
export const APP_DESCRIPTION =
'A DApp to deploy Hyperlane contracts and applications, such as Warp Routes.';
export const APP_URL = 'TODO';
'Deploy Hyperlane applications and contracts, such as Warp Routes, with just a few easy steps.';
export const APP_URL = 'https://deploy.hyperlane.xyz';
export const BRAND_COLOR = Color.primary['500'];
export const BACKGROUND_COLOR = Color.primary['500'];
export const BACKGROUND_IMAGE = 'url(/backgrounds/main.svg)';
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Document() {
<meta name="theme-color" content="#ffffff" />

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

<meta name="HandheldFriendly" content="true" />
Expand Down

0 comments on commit 2c9eb47

Please sign in to comment.