deploy to impersonator.xyz
This commit is contained in:
@@ -75,6 +75,7 @@ function Body() {
|
||||
if (connector) {
|
||||
subscribeToEvents();
|
||||
}
|
||||
// eslint-disable-next-line
|
||||
}, [connector]);
|
||||
|
||||
const resolveAndValidateAddress = async () => {
|
||||
|
||||
@@ -2,7 +2,6 @@ import React from "react";
|
||||
import {
|
||||
useColorMode,
|
||||
Flex,
|
||||
HStack,
|
||||
VStack,
|
||||
Heading,
|
||||
Spacer,
|
||||
@@ -11,11 +10,7 @@ import {
|
||||
} from "@chakra-ui/react";
|
||||
import { ExternalLinkIcon } from "@chakra-ui/icons";
|
||||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
|
||||
import {
|
||||
faGithub,
|
||||
faLinkedin,
|
||||
faTwitter,
|
||||
} from "@fortawesome/free-brands-svg-icons";
|
||||
import { faTwitter } from "@fortawesome/free-brands-svg-icons";
|
||||
|
||||
const Social = ({ icon, link }) => {
|
||||
return (
|
||||
@@ -35,21 +30,14 @@ function Footer() {
|
||||
<VStack>
|
||||
<Heading size="md">
|
||||
Built by:{" "}
|
||||
<Link href="https://apoorvlathey.com/" isExternal>
|
||||
<Social icon={faTwitter} link="https://twitter.com/apoorvlathey" />
|
||||
<Link href="https://twitter.com/apoorvlathey" isExternal>
|
||||
<Text decoration="underline" display="inline">
|
||||
Apoorv Lathey
|
||||
@apoorvlathey
|
||||
</Text>{" "}
|
||||
<ExternalLinkIcon />
|
||||
</Link>
|
||||
</Heading>
|
||||
<HStack spacing={8} mt={10}>
|
||||
<Social icon={faTwitter} link="https://twitter.com/apoorvlathey" />
|
||||
<Social icon={faGithub} link="https://github.com/CodinMaster" />
|
||||
<Social
|
||||
icon={faLinkedin}
|
||||
link="https://www.linkedin.com/in/apoorvlathey/"
|
||||
/>
|
||||
</HStack>
|
||||
</VStack>
|
||||
<Spacer flex="1" />
|
||||
</Flex>
|
||||
|
||||
Reference in New Issue
Block a user