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

Commit 276e3a7

Browse files
authored
Fix hyperlinks to changelog pages (#1494)
1 parent a95c1a7 commit 276e3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/app-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ const AppCard = (props) => {
223223
{
224224
label: 'What\'s New',
225225
visible: engine === 'electron',
226-
click: () => requestOpenInBrowser('https://webcatalog.io/webcatalog/release-notes/?utm_source=webcatalog_app'),
226+
click: () => requestOpenInBrowser('https://webcatalog.io/webcatalog/changelog/neutron/?utm_source=webcatalog_app'),
227227
},
228228
!engine || engine === 'electron' ? {
229229
label: `Version ${version}${isOutdated ? ` (Latest: ${latestTemplateVersion})` : ''}`,

0 commit comments

Comments
 (0)