Skip to content

Commit

Permalink
feat: Adjust footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lauslim12 committed Oct 11, 2021
1 parent 56664e0 commit c361713
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions web/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { chakra, HStack, Icon, Link, Text, Tooltip, VStack } from '@chakra-ui/react';
import { FaGithub, FaHeart } from 'react-icons/fa';
import { FaGithub } from 'react-icons/fa';

const Footer = () => (
<VStack as="footer" align="stretch" p={3} spacing={1} color="gray.500">
Expand All @@ -15,11 +15,6 @@ const Footer = () => (
<Icon as={FaGithub} />
</Link>
</Tooltip>
<Tooltip label="nicholasdw.com">
<Link href="https://nicholasdw.com" isExternal>
<Icon as={FaHeart} />
</Link>
</Tooltip>
</HStack>
</VStack>
);
Expand Down

0 comments on commit c361713

Please sign in to comment.