Fix whitespace in updater toast (#7331)

pierremtb/adhoc/whitespace-fix-updater-toast
This commit is contained in:
Pierre Jacquier
2025-06-03 10:15:42 -04:00
committed by GitHub
parent 33f7badf41
commit b5c8ca05a5

View File

@ -44,6 +44,7 @@ export function ToastUpdate({
A new update is available.
{!IS_NIGHTLY_OR_DEBUG && (
<span>
{' '}
You can view the release notes{' '}
<a
onClick={openExternalBrowserIfDesktop(getReleaseUrl(version))}