atproto explorer
0
fork

Configure Feed

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

remove target blank from label uri

Juliet 7a299476 c39836b7

-1
-1
src/views/labels.tsx
··· 135 135 <div class="min-w-[5rem] font-semibold">URI</div> 136 136 <A 137 137 href={`/at://${label.uri.replace("at://", "")}`} 138 - target="_blank" 139 138 class="text-blue-400 hover:underline active:underline" 140 139 > 141 140 {label.uri}