Skip to content

Commit

Permalink
added upload button
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrahmanLuqman committed Jun 1, 2023
1 parent 805ac18 commit 81c4c60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ClientPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ export default defineComponent({

<div class="flex w-full border border-gray-300 items-center h-[40px] overflow-hidden rounded-[20px] pl-[10px]">
<input type="text" placeholder="Update result" class="outline-none">
<div>
<svg class="bg-black h-fit w-fit p-2 cursor-pointer" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="white" d="M7.4 10h1.59v5c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-5h1.59c.89 0 1.34-1.08.71-1.71L12.7 3.7a.996.996 0 0 0-1.41 0L6.7 8.29c-.63.63-.19 1.71.7 1.71zM5 19c0 .55.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1z"/></svg>
</div>
</div>

</div>
Expand Down

0 comments on commit 81c4c60

Please sign in to comment.