Skip to content

Commit

Permalink
Replace svg with png
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismason committed Jan 25, 2018
1 parent 9ec118e commit 7feb280
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
Binary file added img/brush-large.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 0 additions & 40 deletions img/brush.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/Views/Progress/Components/ProgressView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class ProgressView extends React.Component<IProgressViewProps, {}> {
<div>
<div className="formContent">
<ZeroData
imagePath={"../img/brush.svg"}
imagePath={"../img/brush-large.svg"}
primaryText={this.props.message}
secondaryText={this.props.submessage}
imageAltText={null} />
Expand Down

0 comments on commit 7feb280

Please sign in to comment.