@@ -81,7 +81,7 @@ if (uploadDropzone) {
81
81
previewTemplate : '<div class="dz-file-preview dz-preview dz-processing dz-success dz-complete z-0">' +
82
82
'<div class="flex flex-col items-center justify-center">' +
83
83
'<div class="mt-2 flex items-center justify-center lg:h-[200px] lg:w-[150px]">' +
84
- '<img id="imgThumbnail" class="dz-image-thumbnail h-48 w-32 object-scale-down" src="/assets/icons/Placeholder_pdf .svg">' +
84
+ '<img id="imgThumbnail" class="dz-image-thumbnail h-48 w-32 object-scale-down" src="/assets/icons/placeholder_pdf .svg">' +
85
85
'</div>' +
86
86
'<div class="dz-progress"><span class="dz-upload" data-dz-uploadprogress></span></div>' +
87
87
'<div class="dz-success-mark"><svg class="w-4 h-4 text-ac" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.5 11.5 11 14l4-4m6 2a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/></svg></div>' +
@@ -282,7 +282,7 @@ if (uploadDropzoneAlt) {
282
282
previewTemplate : '<div class="dz-file-preview dz-preview dz-processing dz-success dz-complete z-0">' +
283
283
'<div class="flex flex-col items-center justify-center">' +
284
284
'<div class="mt-2 flex items-center justify-center lg:h-[200px] lg:w-[150px]">' +
285
- '<img id="imgThumbnail" class="dz-image-thumbnail h-48 w-32 object-scale-down" src="/assets/icons/Placeholder_pdf .svg">' +
285
+ '<img id="imgThumbnail" class="dz-image-thumbnail h-48 w-32 object-scale-down" src="/assets/icons/placeholder_pdf .svg">' +
286
286
'</div>' +
287
287
'<div class="dz-progress"><span class="dz-upload" data-dz-uploadprogress></span></div>' +
288
288
'<div class="dz-success-mark"><svg class="w-4 h-4 text-ac" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.5 11.5 11 14l4-4m6 2a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/></svg></div>' +
@@ -418,7 +418,7 @@ if (uploadDropzoneAlt) {
418
418
file . previewElement . querySelector ( ".dz-image-thumbnail" ) . src = thumbnailURL
419
419
} )
420
420
. catch ( function ( error ) {
421
- file . previewElement . querySelector ( ".dz-image-thumbnail" ) . src = "/assets/icons/Placeholder_ppt .svg"
421
+ file . previewElement . querySelector ( ".dz-image-thumbnail" ) . src = "/assets/icons/placeholder_ppt .svg"
422
422
console . log ( error . message )
423
423
} )
424
424
}
@@ -472,7 +472,7 @@ if (uploadDropzoneSingle) {
472
472
previewTemplate : '<div class="dz-file-preview dz-preview dz-processing dz-success dz-complete z-0">' +
473
473
'<div class="flex flex-col items-center justify-center">' +
474
474
'<div class="mt-2 flex items-center justify-center lg:h-[200px] lg:w-[150px]">' +
475
- '<img id="imgThumbnail" class="dz-image-thumbnail h-48 w-32 object-scale-down" src="/assets/icons/Placeholder_pdf .svg">' +
475
+ '<img id="imgThumbnail" class="dz-image-thumbnail h-48 w-32 object-scale-down" src="/assets/icons/placeholder_pdf .svg">' +
476
476
'</div>' +
477
477
'<div class="dz-progress"><span class="dz-upload" data-dz-uploadprogress></span></div>' +
478
478
'<div class="dz-success-mark"><svg class="w-4 h-4 text-ac" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.5 11.5 11 14l4-4m6 2a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"/></svg></div>' +
0 commit comments