From cacaddaca5e6f50d03680fef174736d6c418449b Mon Sep 17 00:00:00 2001 From: Nik L Date: Tue, 10 Mar 2026 09:41:40 -0400 Subject: [PATCH] feat: remove table items --- components/comparison.tsx | 14 -------------- 1 file changed, 14 deletions(-) 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 }) {