atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

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

change valid log icon

Juliet ec0ac634 1602adc8

+2 -2
+2 -2
src/views/logs.tsx
··· 272 272 </div> 273 273 <div class="flex items-center gap-1.5 text-sm font-medium"> 274 274 <Show when={validLog() === true}> 275 - <span class="iconify lucide--check-circle-2 text-green-600 dark:text-green-400"></span> 275 + <span class="iconify lucide--check text-green-600 dark:text-green-400"></span> 276 276 <span>Valid log</span> 277 277 </Show> 278 278 <Show when={validLog() === false}> 279 - <span class="iconify lucide--x-circle text-red-500 dark:text-red-400"></span> 279 + <span class="iconify lucide--x text-red-500 dark:text-red-400"></span> 280 280 <span>Log validation failed</span> 281 281 </Show> 282 282 <Show when={validLog() === undefined}>