diff --git a/apps/web/src/views/pricing/components/FeatureComparisonTable.tsx b/apps/web/src/views/pricing/components/FeatureComparisonTable.tsx index 1aee77a7..ac24c558 100644 --- a/apps/web/src/views/pricing/components/FeatureComparisonTable.tsx +++ b/apps/web/src/views/pricing/components/FeatureComparisonTable.tsx @@ -73,13 +73,13 @@ const FeatureComparisonTable = ({ kan: true, trello: false, }, - { key: "labels", label: t`Labels & filters`, kan: true, trello: false }, + { key: "labels", label: t`Labels & filters`, kan: true, trello: true }, { key: "checklists", label: t`Checklists`, kan: true, trello: true }, { key: "import", label: t`Import from Trello`, kan: true, - trello: true, + trello: false, }, { key: "visibility", @@ -99,12 +99,6 @@ const FeatureComparisonTable = ({ kan: true, trello: false, }, - { - key: "this-is-a-joke", - label: t`Owned by Atlassian`, - kan: false, - trello: true, - }, ], }, { @@ -175,6 +169,12 @@ const FeatureComparisonTable = ({ kan: true, trello: false, }, + { + key: "this-is-a-joke", + label: t`Owned by Atlassian`, + kan: false, + trello: true, + }, ], }, ];