Skip to content

Commit

Permalink
fix: update message safe-space
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecialAro committed Oct 19, 2023
1 parent fcdbbb1 commit fbad9cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/AppUpdateInfoBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ const AppUpdateInfoBar = (props: IProps) => {
onHide={onHide}
>
<Icon icon={mdiInformation} />
{intl.formatMessage(messages.updateAvailable)}{' '}
<p style={{ padding: '0 0.5rem 0 1rem' }}>
{intl.formatMessage(messages.updateAvailable)}
</p>
<button
className="info-bar__inline-button"
type="button"
Expand Down

0 comments on commit fbad9cc

Please sign in to comment.