a tool for shared writing and social publishing
0
fork

Configure Feed

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

fix login w/ bluesky in pub list

+6 -3
+6 -3
app/home/Publications.tsx
··· 77 77 ? "Publish your writing to a blog or newletter on the ATmosphere" 78 78 : ""} 79 79 </div> 80 - <ButtonSecondary compact className="text-sm mt-3"> 81 - <BlueskyTiny /> Link Bluesky 82 - </ButtonSecondary> 80 + 81 + <form action="/api/oauth/login?redirect_url=/" method="GET"> 82 + <ButtonSecondary compact className="text-sm mt-3"> 83 + <BlueskyTiny /> Link Bluesky 84 + </ButtonSecondary> 85 + </form> 83 86 </div> 84 87 </div> 85 88 );