atproto explorer

change style of homepage links

handle.invalid 0ced3dcb 0fd263b0

verified
+2 -10
+2 -10
src/views/home.tsx
··· 9 <div class="iconify lucide--search" /> 10 <span> 11 Browse the public data on{" "} 12 - <a 13 - class="text-blue-400 hover:underline active:underline" 14 - href="https://atproto.com" 15 - target="_blank" 16 - > 17 atproto 18 </a> 19 . ··· 31 <div class="iconify lucide--send-to-back" /> 32 <span> 33 Backlinks support with{" "} 34 - <a 35 - href="https://constellation.microcosm.blue" 36 - class="text-blue-400 hover:underline active:underline" 37 - target="_blank" 38 - > 39 constellation 40 </a> 41 .
··· 9 <div class="iconify lucide--search" /> 10 <span> 11 Browse the public data on{" "} 12 + <a class="underline" href="https://atproto.com" target="_blank"> 13 atproto 14 </a> 15 . ··· 27 <div class="iconify lucide--send-to-back" /> 28 <span> 29 Backlinks support with{" "} 30 + <a href="https://constellation.microcosm.blue" class="underline" target="_blank"> 31 constellation 32 </a> 33 .