Browse Source

Merge pull request #642 from MortalKastor/pixel-push

Pixel push for installers
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
8e56bddc9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      build/background.png
  2. BIN
      build/background@2x.png
  3. BIN
      build/installerSidebar.bmp
  4. BIN
      build/uninstallerSidebar.bmp
  5. 2
      src/components/modals/ReleaseNotes.js

BIN
build/background.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
build/background@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
build/installerSidebar.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

BIN
build/uninstallerSidebar.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

2
src/components/modals/ReleaseNotes.js

@ -233,7 +233,7 @@ class ReleaseNotes extends PureComponent<Props, State> {
) )
} }
return <Modal name={MODAL_RELEASES_NOTES} render={renderBody} width="600px" /> return <Modal name={MODAL_RELEASES_NOTES} render={renderBody} />
} }
} }

Loading…
Cancel
Save