chore: minor UI adjusts; handle error on register

This commit is contained in:
Fernando Falci
2024-04-23 19:24:53 +02:00
parent 10321e6006
commit 45ae5ef1e1
7 changed files with 16 additions and 10 deletions

View File

@@ -3,9 +3,9 @@ export const DEV_MODE = location.hostname === 'localhost';
export const TLD = 'wallet';
export const HERO_TEXT = 'Own your .wallet';
export const HERO_TEXT = 'Own your .' + TLD;
export const SUB_TEXT = 'Decentralized domains for websites, wallets and web3';
export const SEARCH_PLACEHOLDER = 'Find your .wallet';
export const SEARCH_PLACEHOLDER = 'Find your .' + TLD;
export const PAGE_TITLE = HERO_TEXT;
export const TWITTER_HANDLE = 'walletdomain';