Fix: subtleLink should not open in a new tab

This commit is contained in:
Pieter Vander Vennet 2023-05-21 23:24:26 +02:00
parent cef7e01a2e
commit 61c417c546

View file

@ -34,7 +34,7 @@
<a <a
class={(options.extraClasses??"") + 'flex hover:shadow-xl transition-[color,background-color,box-shadow] hover:bg-unsubtle cursor-pointer'} class={(options.extraClasses??"") + 'flex hover:shadow-xl transition-[color,background-color,box-shadow] hover:bg-unsubtle cursor-pointer'}
{href} {href}
target={newTab ? "_blank" : ""}} target={(newTab ? "_blank" : undefined) }
> >
<slot name="image"> <slot name="image">
{#if imageUrl !== undefined} {#if imageUrl !== undefined}