Skip to content

Commit

Permalink
get started button in nav now points to contact-sales instead of app … (
Browse files Browse the repository at this point in the history
#250)

* get started button in nav now points to contact-sales instead of app signup

* Update PageHeader.tsx

---------

Co-authored-by: Marcin Maciaszczyk <[email protected]>
  • Loading branch information
samweaver and maciaszczykm authored Feb 14, 2024
1 parent ac67789 commit 61d8c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function PageHeaderUnstyled({ ...props }) {
<div className="buttons">
<Button
as="a"
href="https://app.plural.sh/signup"
href="https://www.plural.sh/contact-sales"
primary
fontFamily={theme.fontFamilies.sans}
>
Expand Down

0 comments on commit 61d8c57

Please sign in to comment.