Skip to content

Commit 319bcc1

Browse files
committed
fix version on topbar
1 parent a43ebb6 commit 319bcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/components/top-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class Topbar extends Plugin {
162162
const data: UpdateInfo[] = response
163163
const interim = data.find(x => x.action.label.includes('Release notes'))
164164
const targetUrl = interim.action.url
165-
const currentReleaseVersion = interim.badge.split(' ')[0]
165+
const currentReleaseVersion = packageJson.version
166166
return [targetUrl, currentReleaseVersion]
167167
}
168168

0 commit comments

Comments
 (0)