🔗 Fix link to workflow

This commit is contained in:
Luke Vella 2023-09-21 15:05:17 +01:00
parent 6f92bed188
commit fb848e4d0d

View file

@ -44,7 +44,7 @@ const Menu: React.FunctionComponent<{ className: string }> = ({
}) => {
return (
<nav className={className}>
<NavLink href="https://support.rallly.co/workflow">
<NavLink href="https://support.rallly.co/workflow/create">
<Trans i18nKey="howItWorks" defaults="How it Works" />
</NavLink>
<NavLink href="/pricing">
@ -119,7 +119,7 @@ const PageLayout: React.FunctionComponent<PageLayoutProps> = ({ children }) => {
<DropdownMenuItem asChild>
<Link
className="flex items-center gap-3 p-2 text-lg"
href="https://support.rallly.co"
href="https://support.rallly.co/workflow/create"
>
<Trans i18nKey="howItWorks" defaults="How it Works" />
</Link>