From a95aa44a901401931e3c0ba185596beecf64d268 Mon Sep 17 00:00:00 2001 From: Abdul Arif <55670928+abdularif0705@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:17:46 -0500 Subject: [PATCH] Update page title and footer links --- src/components/layouts/Default/Default.tsx | 2 +- src/components/modules/Footer/Footer.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/layouts/Default/Default.tsx b/src/components/layouts/Default/Default.tsx index a8d2711..264dc62 100644 --- a/src/components/layouts/Default/Default.tsx +++ b/src/components/layouts/Default/Default.tsx @@ -6,7 +6,7 @@ import Head from 'next/head'; const Default: FC<{ children: ReactNode; pageName: string }> = ({ children, pageName }) => ( <> - {`${pageName} | ETH Boilerplate`} + {`${pageName} | WaveWallet`}
diff --git a/src/components/modules/Footer/Footer.tsx b/src/components/modules/Footer/Footer.tsx index db16dfa..4d2ddd8 100644 --- a/src/components/modules/Footer/Footer.tsx +++ b/src/components/modules/Footer/Footer.tsx @@ -4,7 +4,7 @@ import { ExternalLinkIcon } from '@chakra-ui/icons'; const links = { github: 'https://github.com/smazurs/wavewallet/', forum: 'https://forum.moralis.io/', - moralis: 'https://moralis.io/?utm_source=boilerplatehosted&utm_medium=todo&utm_campaign=wavewallet', + moralis: 'https://moralis.io/?utm_source=wavewallethosted&utm_medium=todo&utm_campaign=wavewallet', }; const Footer = () => { @@ -13,7 +13,7 @@ const Footer = () => { ⭐️ Please star this{' '} - boilerplate + wavewallet , every star makes us very happy!