This repository has no description
0

Configure Feed

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

fix

+3 -3
+1 -1
src/components/Canceler/Canceler.css
··· 534 534 535 535 .canceler-options input[type="checkbox"] { 536 536 cursor: pointer; 537 - margin-right: 5px; /* Space between checkbox and label text */ 537 + margin: 0; 538 538 } 539 539 540 540
+2 -2
src/components/Canceler/Canceler.js
··· 8 8 'bsky.app', 9 9 'nytimes.com', 10 10 'wired.com', 11 - 'theathletic.bsky.social', 11 + 'cred.blue', 12 12 'dame.is', 13 13 ]; 14 14 ··· 1226 1226 app.bsky.graph.cancellation 1227 1227 </p> 1228 1228 <p> 1229 - Note: this is not an official Bluesky feature and is not supported by the Bluesky team... this is just silly bit. 1229 + Note: this is not an official Bluesky feature and is not supported by the Bluesky team... this is just a silly bit. 1230 1230 </p> 1231 1231 </div> 1232 1232