Skip to content

Commit

Permalink
fix: add use:link to a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Mar 10, 2024
1 parent a39d407 commit bb61a8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/lib/SimilarProteins.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@
<td>{protein.evalue}</td>
<td class="pdb-desc">{protein.description}</td>
<td>
<a href="/compare/{queryProteinName}/{protein.name}"><LinkOutline size="sm" />Compare</a>
<a
use:link
href="/compare/{queryProteinName}/{protein.name}"
><LinkOutline size="sm" />Compare</a
>
</td>
</tr>
{/each}
Expand Down

0 comments on commit bb61a8a

Please sign in to comment.