add link to gitcoin grants

This commit is contained in:
CodinMaster
2021-11-29 02:37:42 +05:30
parent d562740eae
commit 27ce0724af

View File

@@ -7,6 +7,9 @@ import {
Spacer,
Link,
Text,
Alert,
HStack,
Box,
} from "@chakra-ui/react";
import { ExternalLinkIcon } from "@chakra-ui/icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
@@ -28,6 +31,15 @@ function Footer() {
<Flex py="4" borderTop="2px" borderTopColor={underlineColor[colorMode]}>
<Spacer flex="1" />
<VStack>
<Alert status="info" variant="solid" rounded="lg">
<Box>Found the project helpful? Support it on</Box>
<Link href="https://gitcoin.co/grants/3613/impersonator" isExternal>
<HStack pl="0.3rem" fontWeight="bold" textDecor="underline">
<Text>Gitcoin Grants</Text>
<ExternalLinkIcon />
</HStack>
</Link>
</Alert>
<Heading size="md">
Built by:{" "}
<Social icon={faTwitter} link="https://twitter.com/apoorvlathey" />