mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-04 12:46: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 (
|
return (
|
||||||
<nav className={className}>
|
<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" />
|
<Trans i18nKey="howItWorks" defaults="How it Works" />
|
||||||
</NavLink>
|
</NavLink>
|
||||||
<NavLink href="/pricing">
|
<NavLink href="/pricing">
|
||||||
|
@ -119,7 +119,7 @@ const PageLayout: React.FunctionComponent<PageLayoutProps> = ({ children }) => {
|
||||||
<DropdownMenuItem asChild>
|
<DropdownMenuItem asChild>
|
||||||
<Link
|
<Link
|
||||||
className="flex items-center gap-3 p-2 text-lg"
|
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" />
|
<Trans i18nKey="howItWorks" defaults="How it Works" />
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Add table
Reference in a new issue