Skip to content
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
10 changes: 5 additions & 5 deletions src/components/StartWithEthereumFlow/LetUseSomeApps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import { Tag } from "@/components/ui/tag"
import { trackCustomEvent } from "@/lib/utils/matomo"

import AaveImage from "@/public/images/dapps/aave.png"
import FarcasterImage from "@/public/images/dapps/farcaster.png"
import OpenSeaImage from "@/public/images/dapps/opensea.png"
import UniswapImage from "@/public/images/dapps/uni.png"
import WarpcastImage from "@/public/images/dapps/warpcast.png"

const LetUseSomeApps = ({
stepIndex,
Expand All @@ -24,8 +24,8 @@ const LetUseSomeApps = ({

const dappsList = [
{
name: "Warpcast",
description: t("page-start-apps-warpcast-description"),
name: "Farcaster",
description: t("page-start-apps-farcaster-description"),
tag: (
<Tag
status="tag"
Expand All @@ -35,8 +35,8 @@ const LetUseSomeApps = ({
{t("page-start-apps-socials-tag")}
</Tag>
),
url: "https://warpcast.com/",
image: WarpcastImage,
url: "https://www.farcaster.xyz/",
image: FarcasterImage,
},
{
name: "Aave",
Expand Down
8 changes: 4 additions & 4 deletions src/intl/en/page-start.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"page-start-share-modal-twitter": "Twitter",
"page-start-share-modal-tweet-text": "I connected to Ethereum on ethereum.org! Try it yourself at {url}",
"page-start-download-wallet-title": "Download a wallet",
"page-start-download-wallet-description": "Wallet is an app that allows you to receive, send cryptocurrencies and manage your Ethereum account.",
"page-start-download-wallet-description": "A wallet is an app that allows you to receive, send cryptocurrencies and manage your Ethereum account.",
"page-start-download-wallet-checkbox": "I have a wallet.",
"page-start-download-wallet-continue": "Continue",
"page-start-download-wallet-get-wallet": "Get wallet",
Expand All @@ -24,14 +24,14 @@
"page-start-connect-wallet-account-message": "This is your account",
"page-start-connect-wallet-continue": "Lets continue",
"page-start-connect-wallet-finance-alt": "Finance",
"page-start-apps-title": "Let Use Some Apps",
"page-start-apps-description": "Its time to go onchain and benefit from the wide ecosystem of projects available you.",
"page-start-apps-title": "Let's Use Some Apps",
"page-start-apps-description": "It's time to go onchain and benefit from the wide ecosystem of projects available to you.",
"page-start-apps-explore-more": "Explore more",
"page-start-apps-go": "Go",
"page-start-apps-socials-tag": "SOCIALS",
"page-start-apps-finance-tag": "FINANCE",
"page-start-apps-collectibles-tag": "COLLECTIBLES",
"page-start-apps-warpcast-description": "The social and community platform of crypto.",
"page-start-apps-farcaster-description": "The social and community platform of crypto.",
"page-start-apps-aave-description": "Lend your tokens to earn interest and withdraw any time.",
"page-start-apps-uniswap-description": "Swap your tokens for different ones globally.",
"page-start-apps-opensea-description": "Buy, sell, discover, and trade limited-edition goods."
Expand Down