mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-26 15:41:13 +08:00
Update flow names to use "Hello, World" instead of "Hello, world!"
This commit is contained in:
@ -43,7 +43,7 @@ export default function UndrawCardComponent({
|
||||
}}
|
||||
/>
|
||||
);
|
||||
case "Basic Prompting (Hello, world!)":
|
||||
case "Basic Prompting (Hello, World)":
|
||||
return (
|
||||
<BasicPrompt
|
||||
style={{
|
||||
|
||||
@ -34,14 +34,12 @@ export default function NewFlowModal({
|
||||
{/* {examples.map((example, idx) => {
|
||||
return <UndrawCardComponent key={idx} flow={example} />;
|
||||
})} */}
|
||||
{examples.find(
|
||||
(e) => e.name == "Basic Prompting (Hello, world!)"
|
||||
) && (
|
||||
{examples.find((e) => e.name == "Basic Prompting (Hello, World)") && (
|
||||
<UndrawCardComponent
|
||||
key={1}
|
||||
flow={
|
||||
examples.find(
|
||||
(e) => e.name == "Basic Prompting (Hello, world!)"
|
||||
(e) => e.name == "Basic Prompting (Hello, World)"
|
||||
)!
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user