Skip to content

Commit

Permalink
change title
Browse files Browse the repository at this point in the history
  • Loading branch information
South-Paw committed Oct 19, 2019
1 parent 3bbbf01 commit c95ac46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/converter.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const ConverterProps = () => {
</svg>`}
</pre>
<hr />
<h3>File</h3>
<h3>Add your SVG file</h3>
<FileDropzone onFileDropped={onFileDropped} fileName={fileName} />
{error && <Error>{error}</Error>}
{isLoading && !output && <Loading>Loading...</Loading>}
Expand Down

0 comments on commit c95ac46

Please sign in to comment.