Added details link to shorturls

This commit is contained in:
Nicolai Ort 2021-08-16 18:00:18 +02:00
parent b67255599f
commit 11a599661d
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 3 additions and 3 deletions

View File

@ -69,12 +69,12 @@
>
Delete
</button>
<button
on:click={deleteUrl(url.shortcode)}
<a
href={`/details?shortcode=${url.shortcode}`}
class="px-4 py-2 font-medium tracking-wide text-white capitalize transition-colors duration-200 transform bg-blue-600 rounded-md hover:bg-blue-700 focus:outline-none focus:bg-blue-700"
>
Details
</button>
</a>
</td>
</tr>
{/each}