atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

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

fix no backlinks found style

Juliet 8b120340 98c2857d

+1 -1
+1 -1
src/components/backlinks.tsx
··· 138 138 return ( 139 139 <div class="flex w-full flex-col gap-1.5"> 140 140 <Show when={props.groups.length === 0}> 141 - <p class="text-neutral-500">No backlinks found.</p> 141 + <p class="text-center text-neutral-500 dark:text-neutral-400">No backlinks found.</p> 142 142 </Show> 143 143 <For each={props.groups}> 144 144 {(group) => {