Skip to content

Commit 61d8c57

Browse files
get started button in nav now points to contact-sales instead of app … (#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]>
1 parent ac67789 commit 61d8c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PageHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function PageHeaderUnstyled({ ...props }) {
7575
<div className="buttons">
7676
<Button
7777
as="a"
78-
href="https://app.plural.sh/signup"
78+
href="https://www.plural.sh/contact-sales"
7979
primary
8080
fontFamily={theme.fontFamilies.sans}
8181
>

0 commit comments

Comments
 (0)