mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-03 12:16:04 +02:00
🔗 Fix link to workflow
This commit is contained in:
parent
6f92bed188
commit
fb848e4d0d
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue