Refactor: Change build icon
This commit is contained in:
parent
268eb4bd64
commit
ad630ab504
2 changed files with 6 additions and 4 deletions
|
|
@ -370,7 +370,7 @@ export default function GenericNode({
|
|||
<span className="flex">
|
||||
Build{" "}
|
||||
<IconComponent
|
||||
name="Zap"
|
||||
name="Play"
|
||||
className=" h-5 fill-build-trigger stroke-build-trigger stroke-1"
|
||||
/>{" "}
|
||||
flow to validate status.
|
||||
|
|
@ -390,7 +390,7 @@ export default function GenericNode({
|
|||
>
|
||||
<div className="generic-node-status-position flex items-center justify-center">
|
||||
<IconComponent
|
||||
name="Zap"
|
||||
name="Play"
|
||||
className={classNames(
|
||||
validationStatus && validationStatus.valid
|
||||
? "green-status"
|
||||
|
|
@ -399,7 +399,7 @@ export default function GenericNode({
|
|||
)}
|
||||
/>
|
||||
<IconComponent
|
||||
name="Zap"
|
||||
name="Play"
|
||||
className={classNames(
|
||||
validationStatus && !validationStatus.valid
|
||||
? "red-status"
|
||||
|
|
@ -408,7 +408,7 @@ export default function GenericNode({
|
|||
)}
|
||||
/>
|
||||
<IconComponent
|
||||
name="Zap"
|
||||
name="Play"
|
||||
className={classNames(
|
||||
!validationStatus || isBuilding
|
||||
? "yellow-status"
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ import {
|
|||
Paperclip,
|
||||
Pencil,
|
||||
Pin,
|
||||
Play,
|
||||
Plus,
|
||||
Redo,
|
||||
RefreshCcw,
|
||||
|
|
@ -237,6 +238,7 @@ export const nodeNames: { [char: string]: string } = {
|
|||
};
|
||||
|
||||
export const nodeIconsLucide: iconsType = {
|
||||
Play,
|
||||
Vectara: VectaraIcon,
|
||||
ArrowUpToLine: ArrowUpToLine,
|
||||
Chroma: ChromaIcon,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue