@@ -234,6 +234,7 @@ import {
234
234
Zap ,
235
235
ZoomIn ,
236
236
ZoomOut ,
237
+ LandPlot
237
238
} from "lucide-react" ;
238
239
import { FaApple , FaDiscord , FaGithub } from "react-icons/fa" ;
239
240
import { AWSIcon } from "../icons/AWS" ;
@@ -519,6 +520,7 @@ export const SIDEBAR_CATEGORIES = [
519
520
{ display_name : "Tools" , name : "tools" , icon : "Hammer" } ,
520
521
{ display_name : "Logic" , name : "logic" , icon : "ArrowRightLeft" } ,
521
522
{ display_name : "Helpers" , name : "helpers" , icon : "Wand2" } ,
523
+ { display_name : "DDCoder" , name : "ddcoder" , icon : "Wand2" } ,
522
524
] ;
523
525
524
526
export const SIDEBAR_BUNDLES = [
@@ -577,7 +579,7 @@ export const categoryIcons = {
577
579
toolkits : Package2 ,
578
580
tools : Hammer ,
579
581
custom : Edit ,
580
- custom_components : GradientInfinity ,
582
+ custom_components : GradientInfinity
581
583
} ;
582
584
583
585
export const nodeIconsLucide : iconsType = {
@@ -973,5 +975,5 @@ export const nodeIconsLucide: iconsType = {
973
975
ScrapeGraphSmartScraperApi : ScrapeGraph ,
974
976
ScrapeGraphMarkdownifyApi : ScrapeGraph ,
975
977
DollarSign,
976
- BookOpenText,
978
+ BookOpenText
977
979
} ;
0 commit comments