feat: update feature comparison table
This commit is contained in:
@@ -73,13 +73,13 @@ const FeatureComparisonTable = ({
|
|||||||
kan: true,
|
kan: true,
|
||||||
trello: false,
|
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: "checklists", label: t`Checklists`, kan: true, trello: true },
|
||||||
{
|
{
|
||||||
key: "import",
|
key: "import",
|
||||||
label: t`Import from Trello`,
|
label: t`Import from Trello`,
|
||||||
kan: true,
|
kan: true,
|
||||||
trello: true,
|
trello: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "visibility",
|
key: "visibility",
|
||||||
@@ -99,12 +99,6 @@ const FeatureComparisonTable = ({
|
|||||||
kan: true,
|
kan: true,
|
||||||
trello: false,
|
trello: false,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: "this-is-a-joke",
|
|
||||||
label: t`Owned by Atlassian`,
|
|
||||||
kan: false,
|
|
||||||
trello: true,
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -175,6 +169,12 @@ const FeatureComparisonTable = ({
|
|||||||
kan: true,
|
kan: true,
|
||||||
trello: false,
|
trello: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: "this-is-a-joke",
|
||||||
|
label: t`Owned by Atlassian`,
|
||||||
|
kan: false,
|
||||||
|
trello: true,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user