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/BBS: use userCog for admin

+2 -2
+2 -2
web/src/pages/BBS.tsx
··· 2 2 import { Link, useParams } from "react-router-dom"; 3 3 import { useSuspenseQuery, useMutation, useQuery } from "@tanstack/react-query"; 4 4 import { 5 - User, 5 + UserCog, 6 6 Pencil, 7 7 Shield, 8 8 LayoutGrid, ··· 118 118 /> 119 119 <ActionLink 120 120 to={`/profile/${encodeURIComponent(handle!)}`} 121 - icon={User} 121 + icon={UserCog} 122 122 > 123 123 admin 124 124 </ActionLink>