feat: remove table items
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
Reference in New Issue
Block a user