aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/AppUpdateInfoBar.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/AppUpdateInfoBar.tsx b/src/components/AppUpdateInfoBar.tsx
index b8e1bb61e..103bd2900 100644
--- a/src/components/AppUpdateInfoBar.tsx
+++ b/src/components/AppUpdateInfoBar.tsx
@@ -44,7 +44,9 @@ const AppUpdateInfoBar = (props: IProps) => {
44 onHide={onHide} 44 onHide={onHide}
45 > 45 >
46 <Icon icon={mdiInformation} /> 46 <Icon icon={mdiInformation} />
47 {intl.formatMessage(messages.updateAvailable)}{' '} 47 <p style={{ padding: '0 0.5rem 0 1rem' }}>
48 {intl.formatMessage(messages.updateAvailable)}
49 </p>
48 <button 50 <button
49 className="info-bar__inline-button" 51 className="info-bar__inline-button"
50 type="button" 52 type="button"