Skip to content

Commit

Permalink
add download_project to view
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Sep 18, 2024
1 parent 50c2264 commit 3194904
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/views/editor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@
</g>
</svg>
</button>
<button class="download_project h-[50px] active:opacity-80 px-2 rounded-[15px] bg-[#FF6100] flex justify-center items-center gap-2 text-white">
<span class="title block">دانلود</span>
<svg viewBox="0 0 24 24" class="w-[21px]" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="#000000" stroke-width="0.048"></g>
<g id="SVGRepo_iconCarrier">
<path d="M3 12L3 18.9671C3 21.2763 5.53435 22.736 7.59662 21.6145L10.7996 19.8727M3 8L3 5.0329C3 2.72368 5.53435 1.26402 7.59661 2.38548L20.4086 9.35258C22.5305 10.5065 22.5305 13.4935 20.4086 14.6474L14.0026 18.131" stroke="#ffffff" stroke-width="2.4" stroke-linecap="round"></path>
</g>
</svg>
</button>
<button class="refactor h-[50px] active:opacity-80 px-2 rounded-[15px] bg-[#2c74ff] flex justify-center items-center gap-2 text-white">
<span class="title">تمیز‌کردن</span>
<svg viewBox="0 0 24 24" class="w-[21px]" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand Down

0 comments on commit 3194904

Please sign in to comment.