a tool for shared writing and social publishing

little issues with the help text in post options

+2 -9
+2 -9
app/lish/[did]/[publication]/dashboard/settings/PostOptions.tsx
··· 75 75 setShowPrevNext(!showPrevNext); 76 76 }} 77 77 > 78 - <div className="flex flex-col justify-start"> 79 - <div className="font-bold">Show Prev/Next Buttons</div> 80 - <div className="text-tertiary text-sm leading-tight"> 81 - Buttons at the bottom of each post navigate to the previous and next 82 - posts 83 - </div> 84 - </div> 78 + <div className="font-bold">Show Prev/Next Buttons</div> 85 79 </Toggle> 86 80 <hr className="my-2 border-border-light" /> 87 81 <h4 className="mb-1">Interactions</h4> ··· 104 98 <div className="flex flex-col justify-start"> 105 99 <div className="font-bold">Show Mentions</div> 106 100 <div className="text-tertiary text-sm leading-tight"> 107 - Display a list of posts on Bluesky and Leaflet that mention your 108 - post 101 + Display a list of posts on Bluesky that mention your post 109 102 </div> 110 103 </div> 111 104 </Toggle>