From ca9aaf56cd5c4dc03086a2831f2bfa67ebb78bd0 Mon Sep 17 00:00:00 2001 From: shrimbly Date: Thu, 15 Jan 2026 21:19:50 +1300 Subject: [PATCH] add description and Discord link to workflow templates view Co-Authored-By: Claude Opus 4.5 --- .../quickstart/QuickstartTemplatesView.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/components/quickstart/QuickstartTemplatesView.tsx b/src/components/quickstart/QuickstartTemplatesView.tsx index c109be9a..9e68fafe 100644 --- a/src/components/quickstart/QuickstartTemplatesView.tsx +++ b/src/components/quickstart/QuickstartTemplatesView.tsx @@ -118,6 +118,11 @@ export function QuickstartTemplatesView({ {/* Content */}
+ {/* Description */} +

+ Pre-built workflows to help you get started quickly. Select a template to load it into the canvas. +

+ {/* Quick Start Templates */}

@@ -310,6 +315,20 @@ export function QuickstartTemplatesView({ ))}

)} + + {/* Discord CTA */} +

+ Want to share your workflow?{" "} + + Join our Discord + {" "} + to submit it to the community templates. +

{/* Error */}