this repo has no description
0
fork

Configure Feed

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

Add bot indicator

+10
+3
src/app.css
··· 635 635 margin: 4px; 636 636 align-self: center; 637 637 } 638 + .tag .icon { 639 + vertical-align: middle; 640 + } 638 641 639 642 /* MENU POPUP */ 640 643
+7
src/components/account.jsx
··· 129 129 <NameText account={info} showAcct external /> 130 130 </header> 131 131 <main> 132 + {bot && ( 133 + <> 134 + <span class="tag"> 135 + <Icon icon="bot" /> Automated 136 + </span> 137 + </> 138 + )} 132 139 <div 133 140 class="note" 134 141 dangerouslySetInnerHTML={{