Merge pull request #935 from prymitive/revert-upgrade-msg

fix(ui): revert style changes for upgrade screen
This commit is contained in:
Łukasz Mierzwa
2019-09-10 12:43:24 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ exports[`<UpgradeNeeded /> matches snapshot 1`] = `
</path>
</svg>
</h1>
<p class=\\"lead text-white bg-secondary px-1 py-3 rounded\\">
<p class=\\"lead text-muted\\">
<svg aria-hidden=\\"true\\"
focusable=\\"false\\"
data-prefix=\\"fas\\"

View File

@@ -33,7 +33,7 @@ class UpgradeNeeded extends Component {
<h1 className="display-1 my-5 text-success shake-slow shake-constant">
<FontAwesomeIcon icon={faRocket} />
</h1>
<p className="lead text-white bg-secondary px-1 py-3 rounded">
<p className="lead text-muted">
<FontAwesomeIcon className="mr-1" icon={faSpinner} spin />
Upgrading to a new version: {newVersion}
</p>