a tool for shared writing and social publishing
0
fork

Configure Feed

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

make text blocks p tags instead of div

+2 -2
+2 -2
app/lish/[did]/[publication]/[rkey]/PostContent.tsx
··· 122 122 } 123 123 case PubLeafletBlocksText.isMain(b.block): 124 124 return ( 125 - <div className={` ${className}`}> 125 + <p className={` ${className}`}> 126 126 <TextBlock facets={b.block.facets} plaintext={b.block.plaintext} /> 127 - </div> 127 + </p> 128 128 ); 129 129 case PubLeafletBlocksHeader.isMain(b.block): { 130 130 if (b.block.level === 1)