Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: revised outdated links on NEAR FounderHub landing page #854

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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