From 82f3f5195759f16f00a4a582244947a50c572970 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Mon, 13 Jan 2025 17:36:35 +1100 Subject: [PATCH] feat: Add new footer items --- src/App.jsx | 19 ++++++++++++++----- src/constants.js | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 8605022..98c5ee4 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -50,7 +50,7 @@ function App() {
  • Twitter @@ -59,19 +59,28 @@ function App() {
  • - GitHub + Det0xants on OpenSea
  • - OpenSea + LINKEDIN + +
  • +
  • + + Metamask Snap
  • diff --git a/src/constants.js b/src/constants.js index 064b290..355e5a2 100644 --- a/src/constants.js +++ b/src/constants.js @@ -8,7 +8,7 @@ export const SUB_TEXT = 'Decentralized domains for websites, wallets and web3'; export const SEARCH_PLACEHOLDER = 'Find your .' + TLD; export const PAGE_TITLE = HERO_TEXT; -export const TWITTER_HANDLE = 'hns_id'; +export const TWITTER_HANDLE = '9jaCosmos'; // Check https://cloud.walletconnect.com/ export const WALLET_CONNECT_APP_NAME = 'det0x';