aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2023-10-19 16:02:35 +0100
committerLibravatar GitHub <noreply@github.com>2023-10-19 16:02:35 +0100
commit76d470d77790930c7bb2e3cd9321167d2cbfc400 (patch)
treeb0652925a9eec6198e2c890721f76ecf2426d20b /src/components
parentchore: Upgrade 'electron' to v27.0.1 (#1405) (diff)
downloadferdium-app-76d470d77790930c7bb2e3cd9321167d2cbfc400.tar.gz
ferdium-app-76d470d77790930c7bb2e3cd9321167d2cbfc400.tar.zst
ferdium-app-76d470d77790930c7bb2e3cd9321167d2cbfc400.zip
fix: update message safe-space (#1407)
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"