feat: update feature comparison table

This commit is contained in:
Henry
2025-10-16 20:51:32 +01:00
parent 3fe7758710
commit ececf45464

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