diff --git a/apps/web/src/views/home/components/Header.tsx b/apps/web/src/views/home/components/Header.tsx index 4a427d60..16b57758 100644 --- a/apps/web/src/views/home/components/Header.tsx +++ b/apps/web/src/views/home/components/Header.tsx @@ -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 }, ];