atproto explorer
0
fork

Configure Feed

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

truncate CID

+1 -1
+1 -1
src/views/blob.tsx
··· 52 52 return ( 53 53 <div class="flex flex-col items-center"> 54 54 <Show when={blobs()}> 55 - <div class="flex flex-col font-mono"> 55 + <div class="flex max-w-full flex-col truncate font-mono"> 56 56 <For each={blobs()}> 57 57 {(cid) => ( 58 58 <A