fix: remove onClick

This commit is contained in:
Sebastian Pravda 2022-12-23 17:43:36 +01:00
parent 5658fbb399
commit 7fed62ff75
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -37,7 +37,7 @@
<svg class="icon" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"></path></svg>
</span>
{:else}
<span on:click={(_) => download()} on:keydown={(_) => download()} use:tippy={{
<span use:tippy={{
content: "Nelze stáhnout, portfolio nebylo odevzdáno",
placement: 'top',
showOnCreate: false,