Skip to content

Commit

Permalink
Merge pull request #86 from GiorgosMarga/fix_typo
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
khatabwedaa authored Jan 30, 2024
2 parents f4b40fe + 87ab01e commit 5041432
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions components/inputs/CustomFile.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@
<div>
<label for="file" class="block text-sm text-gray-500 dark:text-gray-300">File</label>

<label for="dropzone-file" class="flex flex-col items-center w-full max-w-lg p-5 mx-auto mt-2 text-center bg-white border-2 border-gray-300 border-dashed cursor-pointer dark:bg-gray-900 dark:border-gray-700 rounded-xl">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-8 h-8 text-gray-500 dark:text-gray-400">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 16.5V9.75m0 0l3 3m-3-3l-3 3M6.75 19.5a4.5 4.5 0 01-1.41-8.775 5.25 5.25 0 0110.233-2.33 3 3 0 013.758 3.848A3.752 3.752 0 0118 19.5H6.75z" />
<label for="dropzone-file"
class="flex flex-col items-center w-full max-w-lg p-5 mx-auto mt-2 text-center bg-white border-2 border-gray-300 border-dashed cursor-pointer dark:bg-gray-900 dark:border-gray-700 rounded-xl">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-8 h-8 text-gray-500 dark:text-gray-400">
<path stroke-linecap="round" stroke-linejoin="round"
d="M12 16.5V9.75m0 0l3 3m-3-3l-3 3M6.75 19.5a4.5 4.5 0 01-1.41-8.775 5.25 5.25 0 0110.233-2.33 3 3 0 013.758 3.848A3.752 3.752 0 0118 19.5H6.75z" />
</svg>

<h2 class="mt-1 font-medium tracking-wide text-gray-700 dark:text-gray-200">Payment File</h2>

<p class="mt-2 text-xs tracking-wide text-gray-500 dark:text-gray-400">Upload or darg & drop your file SVG, PNG, JPG or GIF. </p>
<p class="mt-2 text-xs tracking-wide text-gray-500 dark:text-gray-400">Upload or drag & drop your file SVG,
PNG, JPG or GIF. </p>

<input id="dropzone-file" type="file" class="hidden" />
</label>
Expand Down

0 comments on commit 5041432

Please sign in to comment.