feat: update feature comparison table

This commit is contained in:
Henry
2025-10-16 21:06:42 +01:00
parent 81c4d935cd
commit 55f916e9cc

View File

@@ -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,
},
],
},
];