Skip to content

Commit 4f1f4ea

Browse files
committed
chore(tinyfish): use a white block background
Matches the dominant convention (97 blocks use #FFFFFF). Regenerates the docs page, the tool metadata, and the deployment catalog, which each carried the previous value.
1 parent bd817f6 commit 4f1f4ea

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/docs/content/docs/en/integrations/tinyfish.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
77

88
<BlockInfoCard
99
type="tinyfish"
10-
color="#FF6700"
10+
color="#FFFFFF"
1111
/>
1212

1313
{/* MANUAL-CONTENT-START:intro */}

apps/sim/blocks/blocks/tinyfish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const TinyFishBlock: BlockConfig<TinyFishRunResponse> = {
3838
docsLink: 'https://docs.sim.ai/integrations/tinyfish',
3939
category: 'tools',
4040
integrationType: IntegrationType.AI,
41-
bgColor: '#FF6700',
41+
bgColor: '#FFFFFF',
4242
icon: TinyFishIcon,
4343
canvasPresentation: {
4444
defaultTitle: 'TinyFish',

apps/sim/tools/generated/tool-metadata.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

apps/sim/tools/generated/tool-outputs.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/deployment-config/src/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23504,7 +23504,7 @@
2350423504
"name": "TinyFish",
2350523505
"description": "Automate and read the live web",
2350623506
"longDescription": "Integrate TinyFish into the workflow. Give a web agent a natural-language goal and let it drive a real browser on any site, queue and track long-running automations, search the web, and fetch pages as clean markdown.",
23507-
"bgColor": "#FF6700",
23507+
"bgColor": "#FFFFFF",
2350823508
"iconName": "TinyFishIcon",
2350923509
"docsUrl": "https://docs.sim.ai/integrations/tinyfish",
2351023510
"operations": [

0 commit comments

Comments
 (0)