summaryrefslogtreecommitdiff
path: root/extension/react-app
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-07-04 21:14:35 -0700
committerTy Dunn <ty@tydunn.com>2023-07-04 21:14:35 -0700
commit458d2837163489ebaab0b21b3d6f3ab89c6a45d2 (patch)
treefce6b9c16523bddd7bd6395981810e9cdad67007 /extension/react-app
parente07be2a11b76b750250d8fbcde84b9aeb3ab64d1 (diff)
downloadsncontinue-458d2837163489ebaab0b21b3d6f3ab89c6a45d2.tar.gz
sncontinue-458d2837163489ebaab0b21b3d6f3ab89c6a45d2.tar.bz2
sncontinue-458d2837163489ebaab0b21b3d6f3ab89c6a45d2.zip
new stop
Diffstat (limited to 'extension/react-app')
-rw-r--r--extension/react-app/src/components/StepContainer.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx
index ab0d307f..492857b5 100644
--- a/extension/react-app/src/components/StepContainer.tsx
+++ b/extension/react-app/src/components/StepContainer.tsx
@@ -13,6 +13,9 @@ import {
XMark,
ArrowPath,
} from "@styled-icons/heroicons-outline";
+import {
+ Stop,
+} from "@styled-icons/heroicons-solid";
import { HistoryNode } from "../../../schema/HistoryNode";
import ReactMarkdown from "react-markdown";
import HeaderButtonWithText from "./HeaderButtonWithText";
@@ -208,7 +211,7 @@ function StepContainer(props: StepContainerProps) {
}}
text="Delete"
>
- <XMark size="1.6em" onClick={props.onDelete} />
+ <Stop size="1.6em" onClick={props.onDelete} />
</HeaderButtonWithText>
{props.historyNode.observation?.error ? (
<HeaderButtonWithText