From ececf45464bd0a3ddc565b0908b912a2753f9a7f Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 16 Oct 2025 20:51:32 +0100 Subject: [PATCH] feat: update feature comparison table --- .../components/FeatureComparisonTable.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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, + }, ], }, ];