Skip to content

Commit

Permalink
Attachments fix order create page
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 16, 2024
1 parent ca53885 commit 3517f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/orders/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ class="w-full p-2 border border-gray-300 rounded-lg"
</div>
</div>
<button
class="px-3 py-2 right-16 bg-gray-100 border-none rounded-lg text-primary ring-1 ring-blue-500 w-full"
class="px-3 py-2 right-16 flex center gap-1 bg-gray-100 border-none rounded-lg text-primary ring-1 ring-blue-500 w-full"
onclick="document.getElementById('fileInput').click();">
<i class="fas fa-paperclip"></i>
Add Attachments
<span class="hidden sm:block">Add </span>Attachments
</button>
</div>

Expand Down

0 comments on commit 3517f81

Please sign in to comment.