JavaScript-optional public web frontend for Bluesky anartia.kelinci.net
sveltekit atcute bluesky typescript svelte
7
fork

Configure Feed

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

fix: trimStart on description

Mary f9fdef19 519ea8de

+1 -1
+1 -1
src/routes/(app)/[actor=didOrHandle]/[rkey=tid]/components/post-meta-tags.svelte
··· 71 71 } 72 72 } 73 73 74 - return content; 74 + return content.trimStart(); 75 75 }); 76 76 </script> 77 77