feat: Suppression du bouton de partage
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2025-04-11 11:10:22 +02:00
parent 1e30a79f73
commit bb7d5f16e1
1 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ async function share() {
</li>
</ul>
</div>
<button class="btn download" @click="() => share()" v-if="!sharing">
<!--button class="btn download" @click="() => share()" v-if="!sharing">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36">
<path
fill="#D99E82"
@ -235,7 +235,7 @@ async function share() {
d="M26.716 8h-4.783V2c0-1.105-.896-2-2-2h-4.001c-1.104 0-1.999.896-1.999 2v6H9.148c-1.223 0-1.516.623-.651 1.489l7.863 7.863c.865.865 2.28.865 3.146 0l7.863-7.863C28.232 8.623 27.94 8 26.716 8z"
/>
</svg>
</button>
</button-->
<button class="btn spin" v-if="sharing">
<img src="/spin.svg" />
</button>