atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

undefined link target to prevent page reload

Juliet 778c79d9 b76fcb47

+1 -1
+1 -1
src/components/hover-card/base.tsx
··· 107 107 <A 108 108 class={`text-blue-500 hover:underline active:underline dark:text-blue-400 ${props.labelClass || ""}`} 109 109 href={props.href!} 110 - target={props.newTab ? "_blank" : "_self"} 110 + target={props.newTab ? "_blank" : undefined} 111 111 > 112 112 {props.label} 113 113 </A>