Refactor: Change group Icon
This commit is contained in:
parent
11a89b4793
commit
a59399bac6
2 changed files with 3 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export default function SelectionMenu({ onClick, nodes, isVisible }) {
|
|||
className="flex h-full w-full items-center justify-between text-sm hover:text-indigo-500"
|
||||
onClick={onClick}
|
||||
>
|
||||
<IconComponent name="Group" className="w-6" />
|
||||
<IconComponent name="Combine" className="w-6" />
|
||||
Group
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@ import {
|
|||
X,
|
||||
XCircle,
|
||||
Zap,
|
||||
Combine,
|
||||
} from "lucide-react";
|
||||
import { FaApple, FaGithub } from "react-icons/fa";
|
||||
import { AWSIcon } from "../icons/AWS";
|
||||
|
|
@ -356,4 +357,5 @@ export const nodeIconsLucide: iconsType = {
|
|||
Link,
|
||||
ToyBrick,
|
||||
RefreshCcw,
|
||||
Combine,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue