Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit b2d64dd

Browse files
authored
Fix hyperlinks to pricing page are not correctly set (#1492)
1 parent 474c1dc commit b2d64dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/dialogs/dialog-license-registration.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ const DialogLicenseRegistration = (props) => {
104104
<DialogActions className={classes.dialogActions}>
105105
<div style={{ flex: 1 }}>
106106
<Button
107-
onClick={() => requestOpenInBrowser('https://webcatalog.io/pricing/?utm_source=webcatalog_app')}
107+
onClick={() => requestOpenInBrowser('https://webcatalog.io/webcatalog/pricing/?utm_source=webcatalog_app')}
108108
>
109109
Purchase a License...
110110
</Button>
111111
<Button
112-
onClick={() => requestOpenInBrowser('https://webcatalog.io/pricing/?utm_source=webcatalog_app')}
112+
onClick={() => requestOpenInBrowser('https://webcatalog.io/webcatalog/pricing/?utm_source=webcatalog_app')}
113113
>
114114
Learn More...
115115
</Button>

0 commit comments

Comments
 (0)