Skip to content

Commit 703058c

Browse files
waleedlatif1claude
andcommitted
fix(agiloft): change bgColor to white; fix docs truncation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 12fed93 commit 703058c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/docs/content/docs/en/tools/brightdata.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Check the progress of an async Bright Data scraping job. Returns status: startin
161161

162162
### `brightdata_download_snapshot`
163163

164-
Download the results of a completed Bright Data scraping job using its snapshot ID. The snapshot must have status
164+
Download the results of a completed Bright Data scraping job using its snapshot ID. The snapshot must have status "ready".
165165

166166
#### Input
167167

apps/sim/blocks/blocks/agiloft.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const AgiloftBlock: BlockConfig = {
1313
category: 'tools',
1414
integrationType: IntegrationType.Productivity,
1515
tags: ['automation'],
16-
bgColor: '#263A5C',
16+
bgColor: '#FFFFFF',
1717
icon: AgiloftIcon,
1818
authMode: AuthMode.ApiKey,
1919

0 commit comments

Comments
 (0)