Skip to content

Commit b17078b

Browse files
committed
[Portal] removed nebula waitlist CTA (#6936)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the `page.mdx` file for the Nebula project, transitioning its status from Alpha to Beta and adding a new feature to encourage users to try the live version. ### Detailed summary - Added `ArticleIconCard` component import from `@doc`. - Changed status from Alpha to Beta. - Introduced a new section with a `Stack` containing an `ArticleIconCard` to promote trying Nebula live. - Updated the link in the `ArticleIconCard` to point to the live Nebula page. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent a4c9b28 commit b17078b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { Wallet, File, MessageCircle, Braces, Bot, Blocks } from "lucide-react";
2-
import { DocImage, createMetadata, FeatureCard, GithubTemplateCard, Stack, Grid, ArticleCard } from "@doc";
2+
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";
5+
import { ExternalLink } from "lucide-react";
56

67
export const metadata = createMetadata({
78
image: {
@@ -17,7 +18,17 @@ export const metadata = createMetadata({
1718

1819
Nebula is a natural language model with improved blockchain reasoning, autonomous transaction capabilities, and real-time access to the blockchain. [Learn more about Nebula.](https://blog.thirdweb.com/introducing-nebula-a-powerful-blockchain-model-to-read-write-and-reason-onchain/)
1920

20-
Nebula is currently available in Alpha. [Join the waitlist.](https://thirdweb.com/nebula)
21+
Nebula is currently live in Beta.
22+
23+
<Stack>
24+
<ArticleIconCard
25+
title="Try Nebula live"
26+
icon={ExternalLink}
27+
href="https://nebula.thirdweb.com"
28+
/>
29+
</Stack>
30+
31+
## Nebula API
2132

2233
<DocImage src={NebulaDiagram} />
2334

0 commit comments

Comments
 (0)