atmosphere explorer
0
fork

Configure Feed

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

fix rotation key type color

Juliet 16d31ba2 b3a9a823

+2 -4
+2 -4
src/views/repo.tsx
··· 645 645 <For each={rotationKeys()}> 646 646 {(key) => ( 647 647 <div class="grid grid-cols-[auto_1fr] items-center gap-x-1 text-sm text-neutral-700 dark:text-neutral-300"> 648 - <span class="iconify lucide--key-round text-neutral-500 dark:text-neutral-400"></span> 649 - <span class="text-neutral-500 dark:text-neutral-400"> 650 - {detectDidKeyType(key)} 651 - </span> 648 + <span class="iconify lucide--key-round"></span> 649 + <span>{detectDidKeyType(key)}</span> 652 650 <span></span> 653 651 <div class="font-mono break-all">{key.replace("did:key:", "")}</div> 654 652 </div>