Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

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

web/Login: cleanup text size/language

+2 -2
+2 -2
web/src/pages/Login.tsx
··· 107 107 )} 108 108 </div> 109 109 110 - <div className="bg-neutral-900 border border-neutral-800 rounded p-4 text-xs text-neutral-400 space-y-3"> 110 + <div className="bg-neutral-900 border border-neutral-800 rounded p-4 text-sm text-neutral-400 space-y-3"> 111 111 <p>Once signed in, you can:</p> 112 112 <ul className="list-disc list-inside space-y-1"> 113 113 <li>Post threads and replies</li> ··· 116 116 <li>Start your own community</li> 117 117 </ul> 118 118 <p className="text-neutral-400 pt-3 border-t border-neutral-800"> 119 - You'll be redirected to your hosting provider to continue. 119 + We'll redirect you to your provider to continue. 120 120 </p> 121 121 </div> 122 122 </div>