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

X-chain tp Multi-chain Update defi.tsx #2383

Merged
merged 1 commit into from
Jan 23, 2024
Merged
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
12 changes: 6 additions & 6 deletions src/pages/defi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function DefiPage() {
return (
<Layout
title="DeFi"
description="From fully on-chain order book DEXs, to bridgeless X-chain swaps, the Internet Computer provides an unmatched tech stack for DEXs to thrive on and DeFi to flourish."
description="From fully on-chain order book DEXs, to bridgeless multi-chain swaps, the Internet Computer provides an unmatched tech stack for DEXs to thrive on and DeFi to flourish."
editPath={`https://github.com/dfinity/portal/edit/master/${__filename}`}
>
<ShareMeta image="/img/shareImages/share-defi.jpg"></ShareMeta>
Expand All @@ -108,13 +108,13 @@ function DefiPage() {
className="tw-heading-3 md:tw-heading-2 mb-2 md:mb-6"
variants={transitions.item}
>
X-chain DeFi
Multi-chain DeFi
</motion.h1>
<motion.p
className="tw-lead-sm md:tw-lead mb-8"
variants={transitions.item}
>
From fully on-chain order book DEXs, to bridgeless X-chain
From fully on-chain order book DEXs, to bridgeless multi-chain
swaps, the Internet Computer provides an unmatched tech stack
for DEXs to thrive on and DeFi to flourish.
</motion.p>
Expand Down Expand Up @@ -188,7 +188,7 @@ function DefiPage() {
<div className="md:container-10 px-8 pb-10 md:py-30 relative">
<div className="md:w-1/2">
<h2 className="text-gradient tw-heading-4 md:tw-heading-60 md:mb-6">
X-chain swaps
Multi-chain swaps
</h2>
<p className="tw-paragraph md:tw-lead text-black mb-8">
Via Chain-Key Signatures, the Internet Computer has the
Expand Down Expand Up @@ -322,7 +322,7 @@ function DefiPage() {
className="md:tw-lead mb-6 md:mb-6"
variants={transitions.item}
>
X-chain wallets already exist on the Internet Computer that
Multi-chain wallets already exist on the Internet Computer that
allow users to store and transfer ckBTC, ckETH and more with
ease.
</motion.p>
Expand Down Expand Up @@ -392,7 +392,7 @@ function DefiPage() {
className="tw-heading-3 md:tw-heading-2 text-gradient text-center mb-4"
variants={transitions.item}
>
Build X-chain DeFi
Build multi-chain DeFi
</motion.h2>

<motion.p
Expand Down
Loading