Skip to content

Commit 5955bd5

Browse files
committed
chore: update url for upgrade contact
1 parent b00ed98 commit 5955bd5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "1.19.2",
7+
"@devtron-labs/devtron-fe-common-lib": "1.19.3",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

src/Pages/Shared/UpgradeToEnterprise/UpgradeToEnterpriseDialog.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
ButtonComponentType,
44
ButtonStyleType,
55
ButtonVariantType,
6-
CONTACT_SUPPORT_LINK,
6+
CONTACT_SALES_LINK,
77
GenericModal,
88
Icon,
99
noop,
@@ -70,11 +70,11 @@ const UpgradeToEnterpriseDialog = ({ open, handleClose }: { open: boolean; handl
7070
</div>
7171
<Button
7272
dataTestId="upgrade-to-enterprise"
73-
text="Upgrade Now"
73+
text="Contact to upgrade"
7474
endIcon={<Icon name="ic-arrow-right" color={null} />}
7575
component={ButtonComponentType.anchor}
7676
anchorProps={{
77-
href: CONTACT_SUPPORT_LINK,
77+
href: CONTACT_SALES_LINK,
7878
}}
7979
/>
8080
</div>

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,9 +1722,9 @@ __metadata:
17221722
languageName: node
17231723
linkType: hard
17241724

1725-
"@devtron-labs/devtron-fe-common-lib@npm:1.19.2":
1726-
version: 1.19.2
1727-
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.19.2"
1725+
"@devtron-labs/devtron-fe-common-lib@npm:1.19.3":
1726+
version: 1.19.3
1727+
resolution: "@devtron-labs/devtron-fe-common-lib@npm:1.19.3"
17281728
dependencies:
17291729
"@codemirror/autocomplete": "npm:6.18.6"
17301730
"@codemirror/lang-json": "npm:6.0.1"
@@ -1774,7 +1774,7 @@ __metadata:
17741774
react-select: 5.8.0
17751775
rxjs: ^7.8.1
17761776
yaml: ^2.4.1
1777-
checksum: 10c0/dce02373df2dad2fe9733ddda96759574acada408f2fe6bda89dbf07b3fd01aa3c1688303eca3b10bd64de9c83d32a224feb8e45109f342d597544377fec4c54
1777+
checksum: 10c0/cf115ec25a1be16b93b05a71cf5f7efd884649e1f0daa9facf7c1f56ab206575e07ee387f69b280b4ee5569fb1d5ef293b9256060fa22b484958f66738a32f34
17781778
languageName: node
17791779
linkType: hard
17801780

@@ -5721,7 +5721,7 @@ __metadata:
57215721
version: 0.0.0-use.local
57225722
resolution: "dashboard@workspace:."
57235723
dependencies:
5724-
"@devtron-labs/devtron-fe-common-lib": "npm:1.19.2"
5724+
"@devtron-labs/devtron-fe-common-lib": "npm:1.19.3"
57255725
"@esbuild-plugins/node-globals-polyfill": "npm:0.2.3"
57265726
"@playwright/test": "npm:^1.32.1"
57275727
"@rjsf/core": "npm:^5.13.3"

0 commit comments

Comments
 (0)