chore: try signoz cloud link is updated (#2928)

This commit is contained in:
Palash Gupta 2023-06-19 12:15:57 +05:30 committed by GitHub
parent bcacb1d2b0
commit b782bd8909
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/teams/?utm_source=product_navbar&utm_medium=frontend',
'https://signoz.io/oss-to-cloud/?utm_source=product_navbar&utm_medium=frontend&utm_campaign=oss_users',
'_blank',
);
};