Compare commits
2 Commits
fix/api-ke
...
fix/featur
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
55f916e9cc | ||
|
|
81c4d935cd |
@@ -11,7 +11,7 @@ const Header = ({ isLoggedIn }: { isLoggedIn: boolean }) => {
|
|||||||
|
|
||||||
const menuItems = [
|
const menuItems = [
|
||||||
{ label: t`Roadmap`, href: "/kan/roadmap", openInNewTab: true },
|
{ label: t`Roadmap`, href: "/kan/roadmap", openInNewTab: true },
|
||||||
{ label: t`Features`, href: "#features" },
|
{ label: t`Features`, href: "/#features" },
|
||||||
{ label: t`Pricing`, href: "/pricing" },
|
{ label: t`Pricing`, href: "/pricing" },
|
||||||
{ label: t`Docs`, href: "https://docs.kan.bn", openInNewTab: true },
|
{ label: t`Docs`, href: "https://docs.kan.bn", openInNewTab: true },
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -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