mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
Fixed jina color
This commit is contained in:
@@ -7,7 +7,7 @@ export const JinaBlock: BlockConfig<ReadUrlResponse> = {
|
|||||||
toolbar: {
|
toolbar: {
|
||||||
title: 'Jina Reader',
|
title: 'Jina Reader',
|
||||||
description: 'Convert website content into text',
|
description: 'Convert website content into text',
|
||||||
bgColor: '#1A1A1A',
|
bgColor: '#333333',
|
||||||
icon: JinaAIIcon,
|
icon: JinaAIIcon,
|
||||||
category: 'advanced',
|
category: 'advanced',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user