Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sacjoshi committed Jun 23, 2024
1 parent 58af022 commit 2636101
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-check fa-done'> Conversion Completed</i>");
$("#target").html("<i class='fa fa-check'> Conversion Completed</i>");
$('#download').attr('download', context.filename);
$('#download').attr('href', context.url);
$('#download-div').show();
Expand Down

0 comments on commit 2636101

Please sign in to comment.