Skip to content

Commit 53dc486

Browse files
committed
Added agents to hero
1 parent 44d1ae4 commit 53dc486

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: components/ui/integrationBox.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ export default function IntegrationBox() {
162162
className={`-ml-[78px] mt-16 w-fit rounded-lg border border-gray-200 bg-white-50 px-3 py-2 dark:border-black/50 dark:bg-gray-800`}
163163
>
164164
<div className="flex items-center gap-2">
165-
<div className="flex h-7 w-7 items-center justify-center rounded-sm bg-primary-700 text-xs font-bold text-white-50 shadow-[0_0_12px_1px] shadow-primary-700/50">
166-
V1
165+
<div className="flex h-7 w-7 items-center justify-center rounded-sm bg-primary-700 text-[10px] font-bold text-white-50 shadow-[0_0_12px_1px] shadow-primary-700/50">
166+
V1.8
167167
</div>
168168
<div className="flex flex-col text-xs">
169169
<span className="text-gray-500 dark:text-gray-400">
170-
Now Released
170+
Now With Coding Agents
171171
</span>
172172
<span className="dark:text-white font-medium text-black/60">
173173
Start Building Today!

0 commit comments

Comments
 (0)