atproto explorer

fix backlinks

+8 -7
+8 -7
src/components/backlinks.tsx
··· 55 55 </div> 56 56 <div class="ml-4.5"> 57 57 <p> 58 - <a 58 + <button 59 59 class="text-blue-400 hover:underline active:underline" 60 - href="#" 61 60 title="Show linking records" 62 61 onclick={() => 63 62 ( ··· 70 69 } 71 70 > 72 71 {counts.records} record{counts.records < 2 ? "" : "s"} 73 - </a> 72 + </button> 74 73 {" from "} 75 - <a 74 + <button 76 75 class="text-blue-400 hover:underline active:underline" 77 - href="#" 78 76 title="Show linking DIDs" 79 77 onclick={() => 80 78 ( ··· 88 86 > 89 87 {counts.distinct_dids} DID 90 88 {counts.distinct_dids < 2 ? "" : "s"} 91 - </a> 89 + </button> 92 90 </p> 93 91 <Show when={show()?.collection === collection && show()?.path === path}> 94 92 <Show when={show()?.showDids}> ··· 169 167 <For each={links().linking_records}> 170 168 {({ did, collection, rkey }) => ( 171 169 <p class="relative flex w-full items-center gap-1 font-mono"> 172 - <a href={`/at://${did}/${collection}/${rkey}`} class="text-blue-400 hover:underline active:underline"> 170 + <a 171 + href={`/at://${did}/${collection}/${rkey}`} 172 + class="text-blue-400 hover:underline active:underline" 173 + > 173 174 {rkey} 174 175 </a> 175 176 <span class="text-xs text-neutral-500 dark:text-neutral-400">