this repo has no description
0
fork

Configure Feed

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

Fix danger appearing for "Follow" too ๐Ÿ˜†

+1 -1
+1 -1
src/components/account.jsx
··· 198 198 <button 199 199 type="button" 200 200 class={`${following ? 'light' : ''} swap`} 201 - data-swap-state="danger" 201 + data-swap-state={following ? 'danger' : ''} 202 202 disabled={relationshipUIState === 'loading'} 203 203 onClick={() => { 204 204 setRelationshipUIState('loading');