a tool for shared writing and social publishing
0
fork

Configure Feed

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

added missing closing tag oops

celine 7e25b46f 32bc92fa

+1 -1
+1 -1
components/Blocks/ButtonBlock.tsx
··· 42 42 <ButtonPrimary role="link" type="submit"> 43 43 {text?.data.value} 44 44 </ButtonPrimary> 45 - </> 45 + </a> 46 46 ); 47 47 }; 48 48