Skip to content

Commit f758f85

Browse files
committed
lucide-icon change
1 parent 77a17f2 commit f758f85

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

apps/portal/src/app/nebula/page.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Wallet, File, MessageCircle, Braces, Bot, Blocks } from "lucide-react";
1+
import { WalletIcon, FileIcon, MessageCircleIcon, BracesIcon, BotIcon, BlocksIcon } from "lucide-react";
22
import { DocImage, createMetadata, FeatureCard, GithubTemplateCard, Stack, Grid, ArticleCard, ArticleIconCard } from "@doc";
33
import NebulaDiagram from "./assets/nebula-diagram.png";
44
import SupportedChains from "../_images/supported-chains.png";
@@ -40,26 +40,26 @@ Nebula is currently live in Beta.
4040
<FeatureCard
4141
title="Proprietary Blockchain Model"
4242
description="Trained on every EVM network and 1M+ contracts"
43-
iconUrl={<File />}
43+
iconUrl={<FileIcon />}
4444
/>
4545

46-
<FeatureCard
47-
title="Execute Transactions"
48-
description="Deploy contracts, send transactions, and more with natural language"
49-
iconUrl={<MessageCircle/>}
50-
/>
46+
<FeatureCard
47+
title="Execute Transactions"
48+
description="Deploy contracts, send transactions, and more with natural language"
49+
iconUrl={<MessageCircleIcon />}
50+
/>
5151

5252
<FeatureCard
53-
title="Wallet Integration"
54-
description="Connect with over 500+ EOAs, in-app wallets, and smart wallets with session keys"
55-
iconUrl={<Wallet/>}
56-
/>
53+
title="Wallet Integration"
54+
description="Connect with over 500+ EOAs, in-app wallets, and smart wallets with session keys"
55+
iconUrl={<WalletIcon />}
56+
/>
5757

5858
<FeatureCard
59-
title="Framework Integration"
60-
description="Integrate with popular AI orchestration frameworks"
61-
iconUrl={<Blocks/>}
62-
/>
59+
title="Framework Integration"
60+
description="Integrate with popular AI orchestration frameworks"
61+
iconUrl={<BlocksIcon />}
62+
/>
6363
</div>
6464

6565
## Video Tutorials

0 commit comments

Comments
 (0)