diff --git a/apps/rowboat/app/projects/[projectId]/simulation/app.tsx b/apps/rowboat/app/projects/[projectId]/simulation/app.tsx index d818d88e..0e33993a 100644 --- a/apps/rowboat/app/projects/[projectId]/simulation/app.tsx +++ b/apps/rowboat/app/projects/[projectId]/simulation/app.tsx @@ -416,7 +416,7 @@ export default function SimulationApp() { actions={[ void runAllScenarios()} disabled={isRunning} icon={} primary diff --git a/apps/rowboat/app/projects/[projectId]/workflow/prompt_config.tsx b/apps/rowboat/app/projects/[projectId]/workflow/prompt_config.tsx index 3165c9de..f356044b 100644 --- a/apps/rowboat/app/projects/[projectId]/workflow/prompt_config.tsx +++ b/apps/rowboat/app/projects/[projectId]/workflow/prompt_config.tsx @@ -4,7 +4,7 @@ import { Divider } from "@nextui-org/react"; import { z } from "zod"; import { ActionButton, StructuredPanel } from "../../../lib/components/structured-panel"; import { EditableField } from "../../../lib/components/editable-field"; -import { XIcon } from "@heroicons/react/24/outline"; +import { XMarkIcon } from "@heroicons/react/24/outline"; export function PromptConfig({ prompt, @@ -53,7 +53,7 @@ export function PromptConfig({ } + icon={} > Close