Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Add Ecosystem Wallets to portal home. Update wallet explorer image
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthirdweb committed Jul 1, 2024
1 parent f634e34 commit 80915d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/connect/ecosystems/wallet-explorer/page.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createMetadata, DocImage } from "@doc";
import EcosystemWalletOverview from "../assets/xai-connect-wallet-explorer.png";
import EcosystemWalletOverview from "../assets/wallet-explorer.png";

export const metadata = createMetadata({
image: {
Expand Down
7 changes: 7 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import {
WalletsInAppIcon,
WalletsSmartIcon,
PayIcon,
EcosystemWalletsIcon,
} from "@/icons";
// import { LandingPageCTAs } from "./landing-page/CTAs";

Expand Down Expand Up @@ -244,6 +245,12 @@ function WalletsSection() {
href="/connect/in-app-wallet/overview"
icon={WalletsInAppIcon}
/>
<ArticleCardIndex
title="Ecosystem Wallet"
description="Managed in-app wallet service for unified login across all of your apps and games"
href="/connect/ecosystem-wallet/overview"
icon={EcosystemWalletsIcon}
/>
<ArticleCardIndex
href="/connect/auth"
title="Auth"
Expand Down

0 comments on commit 80915d5

Please sign in to comment.