This repository has no description
0

Configure Feed

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

fix

+3 -2
+3 -2
src/components/Canceler/Canceler.js
··· 8 8 'bsky.app', 9 9 'nytimes.com', 10 10 'wired.com', 11 - 'theathletic.bsky.social' 11 + 'theathletic.bsky.social', 12 + 'dame.is', 12 13 ]; 13 14 14 15 // Helper function modified to handle direct fetch or agent calls ··· 1358 1359 <h2 style={{ display: 'inline-block', marginRight: '0px', marginBottom: '0', border: 'none', padding: '0' }}>Your Official Cancellations</h2> 1359 1360 </div> 1360 1361 <p className="canceler-section-description"> 1361 - Checking if any of Bluesky's Trusted Cancelers have created a cancellation record for your username. 1362 + Checking if any of the cred.blue Trusted Cancelers have created a cancellation record for your username. 1362 1363 </p> 1363 1364 <div> 1364 1365 {TRUSTED_VERIFIERS.map(verifierId => {