this repo has no description
0
fork

Configure Feed

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

blue ext link json

Juliet 7acbe3a1 95775f31

+1 -1
+1 -1
src/components/json.tsx
··· 87 87 ["http:", "https:", "web+at:"].includes(new URL(part).protocol) && 88 88 part.split("\n").length === 1 89 89 ) ? 90 - <a class="underline" href={part} target="_blank" rel="noopener"> 90 + <a class="underline hover:text-blue-400" href={part} target="_blank" rel="noopener"> 91 91 {part} 92 92 </a> 93 93 : part}