Skip to content

Commit

Permalink
fix: alliance block changed according the comments from Blake
Browse files Browse the repository at this point in the history
  • Loading branch information
keriat committed Feb 8, 2023
1 parent 6d73832 commit b409000
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 25 deletions.
5 changes: 0 additions & 5 deletions src/components/Block/Alliance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ export default function BlockAlliance() {
<IoLogoTwitter className="h-[20px] w-auto md:opacity-25 md:group-hover:opacity-100" />
</a>
</div>
<div className="flex items-center">
<div className="mt-1 font-mono text-sm uppercase leading-[24px] text-slate-500">
<strong>Funding:</strong> {testimonial.funding}
</div>
</div>
</div>
<div className="overflow-hidden rounded-full bg-slate-50">
<img className="h-14 w-14 object-cover" src={`/images/logos/${testimonial.logo}`} alt={testimonial.name} width={70} height={70} />
Expand Down
40 changes: 20 additions & 20 deletions src/content/alliance.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
[
{
"content": "Superform is the universal yield marketplace that allows protocols to list vaults allowing users one-click access from any asset on an EVM chain.",
"name": "Superform",
"funding": "$4,000 USDC",
"website": "https://superform.xyz",
"twitter": "superformxyz",
"logo": "superform.png"
},
{
"content": "mStable is an autonomous and non-custodial infrastructure for yield products.",
"name": "mStable",
"funding": "$4,000 mUSD",
"website": "https://mstable.org",
"twitter": "mstable_",
"logo": "mstable.svg"
"content": "Aztec is a privacy-first zk-rollup on Ethereum bringing confidentiality and cost savings to the Ethereum ecosystem.",
"name": "Aztec",
"funding": "$3,500 USDC",
"website": "https://aztec.network",
"twitter": "aztecnetwork",
"logo": "aztec.png"
},
{
"content": "Balancer is a decentralized protocol that provides DeFi liquidity infrastructure.",
Expand All @@ -24,11 +16,19 @@
"logo": "balancer.png"
},
{
"content": "Aztec is a privacy-first zk-rollup on Ethereum bringing confidentiality and cost savings to the Ethereum ecosystem.",
"name": "Aztec",
"funding": "$3,500 USDC",
"website": "https://aztec.network",
"twitter": "aztecnetwork",
"logo": "aztec.png"
"content": "mStable is an autonomous and non-custodial infrastructure for yield products.",
"name": "mStable",
"funding": "$4,000 mUSD",
"website": "https://mstable.org",
"twitter": "mstable_",
"logo": "mstable.svg"
},
{
"content": "Superform is the universal yield marketplace that allows protocols to list vaults allowing users one-click access from any asset on an EVM chain.",
"name": "Superform",
"funding": "$4,000 USDC",
"website": "https://superform.xyz",
"twitter": "superformxyz",
"logo": "superform.png"
}
]

0 comments on commit b409000

Please sign in to comment.