Skip to content

Commit

Permalink
done icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sacjoshi committed Jun 23, 2024
1 parent da47cba commit 286bacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpg-to-pdf-converter.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h3 class="box-title">What is PDF Format?</h3>
};

const showPDF = (context) => {
$("#target").html("<i class='fa fa-refresh fa-spin'></i> <p>Conversion Completed</p>");
$("#target").html("<i class='fa fa-refresh fa-done'></i> <p>Conversion Completed</p>");
$('#download').attr('download', context.filename);
$('#download').attr('href', context.url);
$('#download-div').show();
Expand Down

0 comments on commit 286bacd

Please sign in to comment.