Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismason committed Jan 25, 2018
1 parent 7feb280 commit 7014c51
Showing 1 changed file with 1 addition and 1 deletion.
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-large.svg"}
imagePath={"../img/brush-large.png"}
primaryText={this.props.message}
secondaryText={this.props.submessage}
imageAltText={null} />
Expand Down

0 comments on commit 7014c51

Please sign in to comment.