Skip to content

Commit

Permalink
Update Footer and Home components
Browse files Browse the repository at this point in the history
  • Loading branch information
abdularif0705 committed Mar 10, 2024
1 parent a95aa44 commit f2456a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
8 changes: 1 addition & 7 deletions src/components/modules/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@ const Footer = () => {
<Text>
⭐️ Please star this{' '}
<Link href={links.github} isExternal alignItems={'center'}>
wavewallet <ExternalLinkIcon />
WaveWallet <ExternalLinkIcon />
</Link>
, every star makes us very happy!
</Text>
<Text>
🙋 You have questions? Ask them on the{' '}
<Link href={links.forum} isExternal alignItems={'center'}>
Moralis forum <ExternalLinkIcon />
</Link>
</Text>
<Text>
📖 Read more about{' '}
<Link href={links.moralis} isExternal alignItems={'center'}>
Expand Down
16 changes: 0 additions & 16 deletions src/components/templates/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,6 @@ const Home = () => {
<ListIcon as={CheckCircleIcon} color="green.500" />
Using Moralis from client-side
</ListItem>
<ListItem>
<ListIcon as={SettingsIcon} color="green.500" />
Adding explorer links to balances, transactions ...
</ListItem>
<ListItem>
<ListIcon as={SettingsIcon} color="green.500" />
Better responsive design
</ListItem>
<ListItem>
<ListIcon as={SettingsIcon} color="green.500" />
Rainbowkit integration
</ListItem>
<ListItem>
<ListIcon as={SettingsIcon} color="green.500" />
... and more
</ListItem>
</List>
</VStack>
);
Expand Down

0 comments on commit f2456a2

Please sign in to comment.