Skip to content

Commit

Permalink
Update Get Started href (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
PietiKinnunen authored Sep 27, 2023
1 parent b7b5805 commit 3984b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Header/HeaderCTA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const HeaderCTA = () => {
</div>
<Button
as="link"
href="/pricing/"
href="/signup/"
className={styles.cta}
data-testid="get-started"
>
Expand Down
2 changes: 1 addition & 1 deletion tests/data/navbar-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export const navigationData: NavbarData = [
},
{
button: { title: "Get Started", testId: "get-started" },
href: "/pricing/",
href: "/signup/",
isExternal: true,
},
];

1 comment on commit 3984b00

@vercel
Copy link

@vercel vercel bot commented on 3984b00 Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.