forked from MapComplete/MapComplete
Fix: subtleLink should not open in a new tab
This commit is contained in:
parent
cef7e01a2e
commit
61c417c546
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
<a
|
||||
class={(options.extraClasses??"") + 'flex hover:shadow-xl transition-[color,background-color,box-shadow] hover:bg-unsubtle cursor-pointer'}
|
||||
{href}
|
||||
target={newTab ? "_blank" : ""}}
|
||||
target={(newTab ? "_blank" : undefined) }
|
||||
>
|
||||
<slot name="image">
|
||||
{#if imageUrl !== undefined}
|
||||
|
|
Loading…
Reference in a new issue