diff --git a/components/comparison.tsx b/components/comparison.tsx index 8e437c3..0614a10 100644 --- a/components/comparison.tsx +++ b/components/comparison.tsx @@ -90,13 +90,6 @@ const rows: Row[] = [ claudeSandbox: 'yes', containers: 'no', }, - { - feature: 'Open source', - greywall: 'yes', - safehouse: 'yes', - claudeSandbox: 'partial', - containers: 'yes', - }, { feature: 'Syscall filtering', greywall: 'yes', @@ -111,13 +104,6 @@ const rows: Row[] = [ claudeSandbox: 'partial', containers: 'no', }, - { - feature: 'No deprecated APIs', - greywall: 'yes', - safehouse: 'no', - claudeSandbox: 'yes', - containers: 'yes', - }, ] function CellIcon({ value }: { value: CellValue }) {