fix: remove artificial limits from Pipelines description, now unlimited

This commit is contained in:
ashim-hq
2026-04-23 18:24:01 +08:00
parent 6f728fe629
commit 44f015a8ce
+1 -1
View File
@@ -18,7 +18,7 @@ const ways = [
{
title: "Pipelines",
description:
"Chain up to 20 tools in sequence. Batch process up to 200 images at once. Automate your image workflows.",
"Chain multiple tools in sequence. Batch process unlimited images at once. Automate your entire image workflow.",
icon: Workflow,
},
];