Skip to content

Commit

Permalink
Merge pull request #856 from near/develop
Browse files Browse the repository at this point in the history
weekly promotion of develop to main
  • Loading branch information
calebjacob authored Aug 27, 2024
2 parents ba7a8b6 + e9ee4a0 commit 48e203d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Gateway/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const dummyData = {
};
const prefillData = Array(TRENDING_APPS_LIMIT).fill(dummyData);

const nearCatalogApi = "https://nearcatalog.xyz/wp-json/nearcatalog/v1";
const nearCatalogApi = "https://indexer.nearcatalog.xyz/wp-json/nearcatalog/v1";
const topRating = "projects-by-category?cid=trending";
const [topRatingApps, setTopRatingApps] = useState(prefillData);
const [loading, setLoading] = useState(true);
Expand Down
2 changes: 1 addition & 1 deletion src/NearOrg/Ecosystem/GetFundingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const acceleratorsCards = [
title: "HZN Accelerator Application",
content:
"Join the 8-week equity-free accelerator that provides multi-faceted support for early stage web3 projects.",
href: "https://www.hzn.xyz/hzn",
href: "https://www.hzn.xyz/",
},
{
ipfsImage: ipfsImages.logoLyric,
Expand Down
10 changes: 5 additions & 5 deletions src/NearOrg/FoundersPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const ecosystemCommunityResources = [
description:
"Join the 8-week equity-free accelerator that provides multi-faceted support for early stage web3 projects.",
icon: "ph-article",
url: "https://www.hzn.xyz/hzn",
url: "https://www.hzn.xyz/",
target: "_blank",
},
{
Expand Down Expand Up @@ -335,18 +335,18 @@ return (
content: (
<Flex direction="column" gap="32px">
<Text size="text-xl" mobileSize="text-l" fontWeight="500" color="white">
HZN3 applications are open
HZN AI Incubation Program applications are open
</Text>
<Text color="white" style={{ maxWidth: "496px" }}>
Over 50 projects have been accelerated through HZN, our equity-free accelerator and gone on to raise
over $10M in external capital. Get the equity-free education, mentorship, and a network to take your
Over 50 projects have been accelerated through HZN, our AI Incubation Program and gone on to raise
over $10M in external capital. Get the education, mentorship, and a network to take your
project to the next level.
</Text>
<Flex>
<Widget
src="${REPL_ACCOUNT}/widget/DIG.Button"
props={{
href: "https://www.hzn.xyz/hzn",
href: "https://www.hzn.xyz/",
target: "_blank",
label: "Apply Now",
variant: "affirmative",
Expand Down

0 comments on commit 48e203d

Please sign in to comment.