.env: add gitcoin grants link
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
REACT_APP_INFURA_KEY=
|
||||
REACT_APP_GITCOIN_GRANTS_ACTIVE=
|
||||
REACT_APP_GITCOIN_GRANTS_ACTIVE=
|
||||
REACT_APP_GITCOIN_GRANTS_LINK=
|
||||
@@ -40,7 +40,7 @@ function Footer() {
|
||||
<>
|
||||
<Text>Support it on</Text>
|
||||
<Link
|
||||
href="https://gitcoin.co/grants/3613/impersonator"
|
||||
href={process.env.REACT_APP_GITCOIN_GRANTS_LINK}
|
||||
isExternal
|
||||
>
|
||||
<HStack fontWeight="bold" textDecor="underline">
|
||||
|
||||
Reference in New Issue
Block a user