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
|
<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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue