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/BoardRowEditor: fix typo

+1 -1
+1 -1
web/src/components/form/BoardRowEditor.tsx
··· 27 27 <div> 28 28 <label className="block text-neutral-400 mb-1">Boards</label> 29 29 <p className="text-neutral-400 text-xs mb-2"> 30 - One board per row: slug, name, descriptionription 30 + One board per row: slug, name, description 31 31 </p> 32 32 <div className="space-y-2"> 33 33 {boards.map((board, i) => (