We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6618055 commit cabc7afCopy full SHA for cabc7af
src/components/feature-coverage/FeatureCoverage.tsx
@@ -55,7 +55,7 @@ const columns: ColumnDef<any>[] = [
55
{
56
id: 'k8s_support',
57
accessorFn: (row) => row[Object.keys(row)[0]].k8s_test_suite,
58
- header: () => 'Kubernetes Support',
+ header: () => 'Tested on Kubernetes',
59
cell: ({ getValue }) => (getValue() ? '✔️' : ''),
60
enableSorting: false,
61
enableResizing: false,
0 commit comments