Skip to content

Commit 24e3391

Browse files
author
Kiro Agent
committed
Update chat-call.mdx
1 parent 0ec4e8d commit 24e3391

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

chat-call.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ canonical: "https://cometchat.com/docs"
66
---
77

88

9+
<style>{`
10+
.hero-skills-code pre,
11+
.hero-skills-code div {
12+
background-color: #000 !important;
13+
max-width: fit-content !important;
14+
}
15+
`}</style>
16+
917
{/* Hero Section */}
1018

1119
<div className="relative w-full flex items-center justify-center h-96 overflow-hidden">
@@ -20,10 +28,14 @@ canonical: "https://cometchat.com/docs"
2028
</p>
2129
<p className="text-sm text-gray-600 dark:text-gray-400 mt-5 mb-2"><strong>Building with an AI agent?</strong> Install this skill and start building instantly.</p>
2230

31+
<div className="hero-skills-code">
32+
2333
```bash
2434
npx @cometchat/skills add
2535
```
2636

37+
</div>
38+
2739
</div>
2840
<div className="flex flex-col items-center justify-center h-full">
2941
<img

0 commit comments

Comments
 (0)