We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43ebb6 commit 319bcc1Copy full SHA for 319bcc1
apps/remix-ide/src/app/components/top-bar.tsx
@@ -162,7 +162,7 @@ export class Topbar extends Plugin {
162
const data: UpdateInfo[] = response
163
const interim = data.find(x => x.action.label.includes('Release notes'))
164
const targetUrl = interim.action.url
165
- const currentReleaseVersion = interim.badge.split(' ')[0]
+ const currentReleaseVersion = packageJson.version
166
return [targetUrl, currentReleaseVersion]
167
}
168
0 commit comments