Skip to content

Commit

Permalink
Update page title and footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
abdularif0705 committed Mar 10, 2024
1 parent 2fe0339 commit a95aa44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/layouts/Default/Default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Head from 'next/head';
const Default: FC<{ children: ReactNode; pageName: string }> = ({ children, pageName }) => (
<>
<Head>
<title>{`${pageName} | ETH Boilerplate`}</title>
<title>{`${pageName} | WaveWallet`}</title>
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
</Head>
<Header />
Expand Down
4 changes: 2 additions & 2 deletions src/components/modules/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand All @@ -13,7 +13,7 @@ const Footer = () => {
<Text>
⭐️ Please star this{' '}
<Link href={links.github} isExternal alignItems={'center'}>
boilerplate <ExternalLinkIcon />
wavewallet <ExternalLinkIcon />
</Link>
, every star makes us very happy!
</Text>
Expand Down

0 comments on commit a95aa44

Please sign in to comment.