Skip to content

Commit

Permalink
fix: nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Nov 13, 2024
1 parent f70d3bb commit 04f1dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/DetailsLine.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<div class="flex flex-row">
{#if miniatures[ruleName]}
<div
jclass="basis-12 sm:basis-18 py-4 pl-3 pr-0 flex-shrink-0 opacity-85 cursor-pointer"
class="basis-12 sm:basis-18 py-4 pl-3 pr-0 flex-shrink-0 opacity-85 cursor-pointer"
on:click={() => rawNode.lien && window.open(rawNode.lien, '_blank')}
>
<img
Expand Down

0 comments on commit 04f1dc9

Please sign in to comment.