Skip to content

Commit

Permalink
chore: remove outdated image and change ndc url
Browse files Browse the repository at this point in the history
  • Loading branch information
charleslavon committed Mar 15, 2024
1 parent 50e0eb6 commit 98f7d1d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/NearOrg/Ecosystem/GetFundingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const ecosystemGrantCards = [
ipfsImage: ipfsImages.logoNDC,
title: "Near Digital Collective",
content: "The NDC empowers builders to create sustainable impact in Web3",
href: "https://t.me/ndc_newsstream_chat",
href: "https://app.neardc.org/",
},
{
ipfsImage: ipfsImages.logoDevHub,
Expand Down Expand Up @@ -473,17 +473,6 @@ return (
There are several options to get financial support for your idea – whether it is a grant from an ecosystem
fund, joining an accelerator, or getting venture support through our Ecosystem partners.
</Text>
<Widget
src="${REPL_MOB}/widget/Image"
props={{
image: returnIpfsImage(ipfsImages.longImage),
className: "img-fluid",
style: {
maxWidth: "800px",
height: "auto",
},
}}
/>
<div>
<Widget
src="${REPL_ACCOUNT}/widget/DIG.Button"
Expand Down

0 comments on commit 98f7d1d

Please sign in to comment.