From 2636101ab1b9a7c6401b616864a71d51834a5cc9 Mon Sep 17 00:00:00 2001 From: Sachin Joshi Date: Sun, 23 Jun 2024 16:24:49 -0700 Subject: [PATCH] fix icon --- jpg-to-pdf-converter.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jpg-to-pdf-converter.html b/jpg-to-pdf-converter.html index 3aa10be..66386f0 100644 --- a/jpg-to-pdf-converter.html +++ b/jpg-to-pdf-converter.html @@ -258,7 +258,7 @@

What is PDF Format?

}; const showPDF = (context) => { - $("#target").html(" Conversion Completed"); + $("#target").html(" Conversion Completed"); $('#download').attr('download', context.filename); $('#download').attr('href', context.url); $('#download-div').show();