Skip to content

Commit

Permalink
added feedback form to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelokoye committed Mar 29, 2022
1 parent 1e4e9c8 commit 3640c49
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions packages/react-app/src/components/layout/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const Footer = () => {
<Text fontSize={"xs"} color="grey">
{process.env.REACT_APP_VERSION}
</Text>
<Spacer />
<Link href="https://gitcoin.co/" target="_blank" rel="noopener noreferrer">
{colorMode === "light" ? (
<svg width="124" height="58" viewBox="0 0 188 58" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down Expand Up @@ -55,12 +54,15 @@ const Footer = () => {
<Divider orientation="vertical" />
</Center>
<Link href="https://github.com/moonshotcollective" isExternal>
<Icon
as={FaGithub}
w={8}
h={8}
color="#6F3FF5"
/>
<Icon as={FaGithub} w={8} h={8} color="#6F3FF5" />
</Link>
<Center height="42px" paddingLeft={4} paddingRight={3}>
<Divider orientation="vertical" />
</Center>
<Link href="https://forms.gle/Hp9jzxqdrcTCfSf56" isExternal>
<Text fontSize={"2xl"} color="grey">
Share Your Feedback
</Text>
</Link>
</Flex>
</Box>
Expand Down

0 comments on commit 3640c49

Please sign in to comment.