Fixed link to details

This commit is contained in:
Nicolai Ort 2021-08-21 10:17:52 +02:00
parent 0327bdc7a0
commit f2ec82762e
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900 dark:text-gray-200" class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900 dark:text-gray-200"
> >
{#if visit.provider == "native"} {#if visit.provider == "native"}
<a href={`./details/${visit.shortcode}`}>{visit.shortcode}</a> <a href={`./details?shortcode=${visit.shortcode}`}>{visit.shortcode}</a>
{:else} {:else}
{visit.shortcode} {visit.shortcode}
{/if} {/if}