From b2e07068dab9a5002be5061c78f37ea8f4d4d8c6 Mon Sep 17 00:00:00 2001 From: Thibaut Boustany Date: Fri, 15 Jun 2018 18:04:33 +0200 Subject: [PATCH] Fix update banner style --- src/components/UpdateNotifier/UpdateDownloaded.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/UpdateNotifier/UpdateDownloaded.js b/src/components/UpdateNotifier/UpdateDownloaded.js index 05c7f593..9fcbb051 100644 --- a/src/components/UpdateNotifier/UpdateDownloaded.js +++ b/src/components/UpdateNotifier/UpdateDownloaded.js @@ -62,8 +62,10 @@ class UpdateDownloaded extends PureComponent { return ( - {t('app:update.newVersionReady')} - + + {t('app:update.newVersionReady')} + + sendEvent('updater', 'quitAndInstall')}