feat: remove table items

This commit is contained in:
Nik L
2026-03-10 09:41:40 -04:00
parent 696c02bd68
commit cacaddaca5

View File

@@ -90,13 +90,6 @@ const rows: Row[] = [
claudeSandbox: 'yes', claudeSandbox: 'yes',
containers: 'no', containers: 'no',
}, },
{
feature: 'Open source',
greywall: 'yes',
safehouse: 'yes',
claudeSandbox: 'partial',
containers: 'yes',
},
{ {
feature: 'Syscall filtering', feature: 'Syscall filtering',
greywall: 'yes', greywall: 'yes',
@@ -111,13 +104,6 @@ const rows: Row[] = [
claudeSandbox: 'partial', claudeSandbox: 'partial',
containers: 'no', containers: 'no',
}, },
{
feature: 'No deprecated APIs',
greywall: 'yes',
safehouse: 'no',
claudeSandbox: 'yes',
containers: 'yes',
},
] ]
function CellIcon({ value }: { value: CellValue }) { function CellIcon({ value }: { value: CellValue }) {