Skip to content

Commit

Permalink
Merge pull request #415 from hyperlane-xyz/trump-app-settings
Browse files Browse the repository at this point in the history
chore(trump): update app settings
  • Loading branch information
jmrossy authored Jan 30, 2025
2 parents 7663654 + 559ea1a commit 845f20b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/consts/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export const MAIN_FONT = SpaceGrotesk({
preload: true,
fallback: ['sans-serif'],
});
export const APP_NAME = 'Hyperlane Warp UI Template';
export const APP_DESCRIPTION = 'A DApp for Hyperlane Warp Route transfers';
export const APP_URL = 'hyperlane-warp-template.vercel.app';
export const APP_NAME = 'Hyperlane Trump Bridge';
export const APP_DESCRIPTION = 'A token bridge for Trump transfers, created by Hyperlane';
export const APP_URL = 'https://trump.hyperlane.xyz/';
export const BRAND_COLOR = Color.primary['500'];
export const BACKGROUND_COLOR = Color.primary['500'];
export const BACKGROUND_IMAGE = 'url(/backgrounds/main.webp)';

0 comments on commit 845f20b

Please sign in to comment.