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: fix subtitle

+10 -2
+10 -2
web/src/pages/Login.tsx
··· 56 56 style={{ width: 180, imageRendering: "pixelated" }} 57 57 /> 58 58 </picture> 59 - <h1 className="text-lg text-neutral-200 mb-2">Log in to atbbs</h1> 60 - <p className="text-neutral-400">Use any atproto account.</p> 59 + <h1 className="text-lg text-neutral-200 mb-2"> 60 + Log in with any{" "} 61 + <a 62 + href="https://atproto.com" 63 + className="text-neutral-200 underline underline-offset-2 hover:text-neutral-300" 64 + > 65 + atproto 66 + </a> 67 + {" "}account. 68 + </h1> 61 69 </div> 62 70 63 71 {error && <p className="text-red-400 mb-4 text-center">{error}</p>}