-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert DiscordCTA to ContactUs (#739)
- Loading branch information
1 parent
5192482
commit ee0784b
Showing
4 changed files
with
16 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,11 @@ const SOCIAL_LINKS = { | |
telegram: "https://t.me/ironfishcryptochat", | ||
}; | ||
|
||
const CONTACT_US_EMAIL = "[email protected]"; | ||
|
||
export const CONSTANTS = { | ||
SOCIAL_LINKS, | ||
CONTACT_US_EMAIL, | ||
}; | ||
|
||
export const GRANTS_FORM_URL = | ||
|