fix: updated redirect link for try signoz cloud button (#2919)

Co-authored-by: Palash Gupta <palashgdev@gmail.com>
This commit is contained in:
Rajat Dabade 2023-06-15 17:48:55 +05:30 committed by GitHub
parent 3792f137fa
commit 86c6c43f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ function HeaderContainer(): JSX.Element {
const onClickSignozCloud = (): void => {
window.open(
'https://signoz.io/pricing/?utm_source=product_navbar&utm_medium=frontend',
'https://signoz.io/teams/?utm_source=product_navbar&utm_medium=frontend',
'_blank',
);
};