Crush the pngs

This commit is contained in:
picklesrus 2018-12-10 18:49:03 -05:00
parent ce854f7b80
commit 47ce5f5919
5 changed files with 3 additions and 4 deletions

View file

@ -87,14 +87,15 @@ class Download extends React.Component {
</div>
</FlexRow>
</div>
<OSChooser
currentOS={this.state.OS}
handleSetOS={this.onSetOS}
/>
<div className="blue install-scratch">
<FlexRow className="inner column">
<h2><FormattedMessage id="download.installHeaderTitle" /></h2>
<h2>
<FormattedMessage id="download.installHeaderTitle" />
</h2>
<Steps>
<div className="step">
<Step
@ -191,7 +192,6 @@ class Download extends React.Component {
</p>
</FlexRow>
</div>
<div className="download-section blue">
<FlexRow className="inner column">
<h2>
@ -233,7 +233,6 @@ class Download extends React.Component {
</div>
</FlexRow>
</FlexRow>
</div>
</div>
);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 107 KiB