diff --git a/apps/web/src/app/(home)/_components/TechSelector.tsx b/apps/web/src/app/(home)/_components/TechSelector.tsx index 44901e3..9a33398 100644 --- a/apps/web/src/app/(home)/_components/TechSelector.tsx +++ b/apps/web/src/app/(home)/_components/TechSelector.tsx @@ -58,7 +58,6 @@ export function TechSelector({ onSelect, activeNodes }: TechSelectorProps) { Options - {/* Regular tech options */} {Object.entries(techOptions) .filter(([category]) => category !== "addons") .map(([category, options]) => ( @@ -69,7 +68,7 @@ export function TechSelector({ onSelect, activeNodes }: TechSelectorProps) { ] === option.id && "bg-blue-600 text-white" @@ -83,7 +82,6 @@ export function TechSelector({ onSelect, activeNodes }: TechSelectorProps) { ))} - {/* Feature toggles */}
Addons
@@ -91,7 +89,7 @@ export function TechSelector({ onSelect, activeNodes }: TechSelectorProps) {