Skip to content

Commit 6e1740c

Browse files
committed
Resources: again... case sensitive
Signed-off-by: Dicky Herlambang (花) <[email protected]>
1 parent 8178ade commit 6e1740c

7 files changed

+7
-7
lines changed

Diff for: resources/views/pages/cnvFromPDF.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<form action="{{ url('api/v1/file/upload') }}" method="post" class="dropzone flex flex-col lg:flex-row xl:flex-row mx-4 items-center justify-center w-6/6 lg:w-4/6 min-h-96 h-fit lg:h-72 max-h-full lg:overflow-y-auto cursor-pointer bg-lt backdrop-filter backdrop-blur-md rounded-[40px] bg-opacity-15 mb-2" id="dropzoneArea">
1313
{{ csrf_field() }}
1414
<div class="flex flex-col items-center justify-content p-4" id="dropzoneUiInit">
15-
<img class="p-4 h-24 w-24" src="/assets/icons/Placeholder_pdf.svg">
15+
<img class="p-4 h-24 w-24" src="{{ asset('assets/icons/placeholder_pdf.svg') }}">
1616
<p class="mb-2 text-md text-lt3 font-quicksand font-medium">Drop PDF files here</p>
1717
<p class="text-xs text-lt3 font-quicksand">Or</p>
1818
<button type="button" id="dropzoneUploadInit" class="mx-auto mt-2 p-4 text-xs font-quicksand font-semibold bg-ac text-lt rounded-lg cursor-pointer w-42 h-12 text-center flex items-center justify-center">

Diff for: resources/views/pages/cnvToPDF.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<form action="{{ url('api/v1/file/upload') }}" method="post" class="dropzone flex flex-col lg:flex-row xl:flex-row mx-4 items-center justify-center w-6/6 lg:w-4/6 min-h-96 h-fit lg:h-72 max-h-full lg:overflow-y-auto cursor-pointer bg-lt backdrop-filter backdrop-blur-md rounded-[40px] bg-opacity-15 mb-2" id="dropzoneAreaCnv">
1313
{{ csrf_field() }}
1414
<div class="flex flex-col items-center justify-content p-4" id="dropzoneUiInit">
15-
<img class="p-4 h-24 w-24" src="/assets/icons/Placeholder_pdf.svg">
15+
<img class="p-4 h-24 w-24" src="{{ asset('assets/icons/placeholder_pdf.svg') }}">
1616
<p class="mb-2 text-md text-lt3 font-quicksand font-medium">Drop PDF files here</p>
1717
<p class="text-xs text-lt3 font-quicksand">Or</p>
1818
<button type="button" id="dropzoneUploadInit" class="mx-auto mt-2 p-4 text-xs font-quicksand font-semibold bg-ac text-lt rounded-lg cursor-pointer w-42 h-12 text-center flex items-center justify-center">

Diff for: resources/views/pages/compress.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<form action="{{ url('api/v1/file/upload') }}" method="post" class="dropzone flex flex-col lg:flex-row xl:flex-row mx-4 items-center justify-center w-6/6 lg:w-4/6 min-h-96 h-fit lg:h-72 max-h-full lg:overflow-y-auto cursor-pointer bg-lt backdrop-filter backdrop-blur-md rounded-[40px] bg-opacity-15 mb-2" id="dropzoneArea">
1313
{{ csrf_field() }}
1414
<div class="flex flex-col items-center justify-content p-4" id="dropzoneUiInit">
15-
<img class="p-4 h-24 w-24" src="/assets/icons/Placeholder_pdf.svg">
15+
<img class="p-4 h-24 w-24" src="{{ asset('assets/icons/placeholder_pdf.svg') }}">
1616
<p class="mb-2 text-md text-lt3 font-quicksand font-medium">Drop PDF files here</p>
1717
<p class="text-xs text-lt3 font-quicksand">Or</p>
1818
<button type="button" id="dropzoneUploadInit" class="mx-auto mt-2 p-4 text-xs font-quicksand font-semibold bg-ac text-lt rounded-lg cursor-pointer w-42 h-12 text-center flex items-center justify-center">

Diff for: resources/views/pages/htmltopdf.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<label for="convertType" class="block mb-2 font-quicksand text-xl font-bold text-pc4">Write the Website URL</label>
1515
<div class="flex">
1616
<span class="inline-flex items-center px-3 text-sm text-ac bg-ac border border-ac rounded-s-lg">
17-
<img class="h-6 w-6 text-lt1" src="/assets/icons/Website.svg" />
17+
<img class="h-6 w-6 text-lt1" src="{{ asset('assets/icons/website.svg') }}" />
1818
</span>
1919
<input type="text" id="urlToPDF" name="urlToPDF" class="flowbite-drop-zone font-poppins rounded-r-lg block w-full cursor-pointer border border-gray-300 text-sm text-slate-900 shadow-inner focus:ring-sky-400" onfocusin="checkValidation('urlToPDF')" onfocusout="checkValidation('urlToPDF')" placeholder="https://pdf.hana-ci.com" />
2020
</div>

Diff for: resources/views/pages/merge.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<form action="{{ url('api/v1/file/upload') }}" method="post" class="dropzone flex flex-col lg:flex-row xl:flex-row mx-4 items-center justify-center w-6/6 lg:w-4/6 min-h-96 h-fit lg:h-72 max-h-full lg:overflow-y-auto cursor-pointer bg-lt backdrop-filter backdrop-blur-md rounded-[40px] bg-opacity-15 mb-2" id="dropzoneArea">
1313
{{ csrf_field() }}
1414
<div class="flex flex-col items-center justify-content p-4" id="dropzoneUiInit">
15-
<img class="p-4 h-24 w-24" src="/assets/icons/Placeholder_pdf.svg">
15+
<img class="p-4 h-24 w-24" src="{{ asset('assets/icons/placeholder_pdf.svg') }}">
1616
<p class="mb-2 text-md text-lt3 font-quicksand font-medium">Drop PDF files here</p>
1717
<p class="text-xs text-lt3 font-quicksand">Or</p>
1818
<button type="button" id="dropzoneUploadInit" class="mx-auto mt-2 p-4 text-xs font-quicksand font-semibold bg-ac text-lt rounded-lg cursor-pointer w-42 h-12 text-center flex items-center justify-center">

Diff for: resources/views/pages/split.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<form action="{{ url('api/v1/file/upload') }}" method="post" class="dropzone flex flex-col lg:flex-row xl:flex-row mx-4 items-center justify-center w-6/6 lg:w-4/6 min-h-96 h-fit lg:h-72 max-h-full lg:overflow-y-auto cursor-pointer bg-lt backdrop-filter backdrop-blur-md rounded-[40px] bg-opacity-15 mb-2" id="dropzoneAreaSingle">
1313
{{ csrf_field() }}
1414
<div class="flex flex-col items-center justify-content p-4" id="dropzoneUiInit">
15-
<img class="p-4 h-24 w-24" src="/assets/icons/Placeholder_pdf.svg">
15+
<img class="p-4 h-24 w-24" src="{{ asset('assets/icons/placeholder_pdf.svg') }}">
1616
<p class="mb-2 text-md text-lt3 font-quicksand font-medium">Drop PDF files here</p>
1717
<p class="text-xs text-lt3 font-quicksand">Or</p>
1818
<button type="button" id="dropzoneUploadInit" class="mx-auto mt-2 p-4 text-xs font-quicksand font-semibold bg-ac text-lt rounded-lg cursor-pointer w-42 h-12 text-center flex items-center justify-center">

Diff for: resources/views/pages/watermark.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<form action="{{ url('api/v1/file/upload') }}" method="post" class="dropzone flex flex-col lg:flex-row xl:flex-row mx-4 items-center justify-center w-6/6 lg:w-4/6 min-h-96 h-fit lg:h-72 max-h-full lg:overflow-y-auto cursor-pointer bg-lt backdrop-filter backdrop-blur-md rounded-[40px] bg-opacity-15 mb-2" id="dropzoneAreaSingle">
1313
{{ csrf_field() }}
1414
<div class="flex flex-col items-center justify-content p-4" id="dropzoneUiInit">
15-
<img class="p-4 h-24 w-24" src="/assets/icons/Placeholder_pdf.svg">
15+
<img class="p-4 h-24 w-24" src="{{ asset('assets/icons/placeholder_pdf.svg') }}">
1616
<p class="mb-2 text-md text-lt3 font-quicksand font-medium">Drop PDF files here</p>
1717
<p class="text-xs text-lt3 font-quicksand">Or</p>
1818
<button type="button" id="dropzoneUploadInit" class="mx-auto mt-2 p-4 text-xs font-quicksand font-semibold bg-ac text-lt rounded-lg cursor-pointer w-42 h-12 text-center flex items-center justify-center">

0 commit comments

Comments
 (0)