-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #803 from near/develop
develop -> main
- Loading branch information
Showing
7 changed files
with
94 additions
and
62 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
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 |
---|---|---|
|
@@ -217,6 +217,21 @@ const selfServeResources = [ | |
url: docs.tokenLaunchChecklist, | ||
target: "_blank", | ||
}, | ||
{ | ||
name: "Builder Perks", | ||
description: ( | ||
<> | ||
We've curated a growing collection of curated resources and over $500K in discounts for HZN Founders. | ||
<br /> | ||
<br /> | ||
Interested in having your product listed as a perk? Send us a message at:{" "} | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</> | ||
), | ||
icon: "ph-hammer", | ||
url: "https://www.notion.so/near-horizon/Builder-Perks-cb5e5f55870c4c5da6bf9f72fbae35a9", | ||
target: "_blank", | ||
}, | ||
]; | ||
|
||
const ecosystemCommunityResources = [ | ||
|
@@ -275,6 +290,7 @@ return ( | |
</Flex> | ||
</Container> | ||
</Section> | ||
|
||
<Section backgroundColor="#F2F1EA"> | ||
<Container> | ||
<Flex direction="column" gap="24px"> | ||
|