Compare commits

...

2 Commits

Author SHA1 Message Date
Henry
55f916e9cc feat: update feature comparison table 2025-10-16 21:06:42 +01:00
Henry
81c4d935cd fix: update features header link to use absolute path 2025-10-16 21:04:25 +01:00
2 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ const Header = ({ isLoggedIn }: { isLoggedIn: boolean }) => {
const menuItems = [
{ 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`Docs`, href: "https://docs.kan.bn", openInNewTab: true },
];

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