fix: update features header link to use absolute path
This commit is contained in:
@@ -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 },
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user