Skip to content

Commit

Permalink
X-chain tp Multi-chain Update defi.tsx (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
harpa12 authored Jan 23, 2024
1 parent 4781a3c commit c45c207
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit c45c207

Please sign in to comment.