Fork of atp.tools as a universal profile for people on the ATmosphere

change tagline on backlinks viewer

Natalie B 44a9f49b d9543615

+11 -1
+11 -1
src/components/allBacklinksViewer.tsx
··· 88 88 target="_blank" 89 89 rel="noopener noreferrer" 90 90 > 91 - microcosm constellation 91 + constellation 92 92 </a> 93 + by 94 + <Link 95 + className="text-blue-500 hover:underline" 96 + to="/at:/$handle" 97 + params={{ handle: "bad-example.com" }} 98 + target="_blank" 99 + rel="noopener noreferrer" 100 + > 101 + phil 102 + </Link> 93 103 </div> 94 104 <div className="grid gap-4 md:grid-cols-1 lg:grid-cols-2 leading-snug"> 95 105 {Object.entries(data.links).map(([category, stats]) => (