The 1st decentralized social network for sharing when you're on the toilet. Post a "flush" today! Powered by the AT Protocol.

fix

dame-is a708e246 916b07f4

+3 -1
+3 -1
src/app/profile/[handle]/page.tsx
··· 569 </> 570 )} 571 572 - <div className={styles.viewOnBluesky}> 573 View account on{' '} 574 <a 575 href={profileData ? `https://anisota.net/profile/${profileData.handle}` : `https://anisota.net/profile/${handle}`} 576 target="_blank" 577 rel="noopener noreferrer" 578 > 579 Anisota 580 </a> ··· 583 href={profileData ? `https://bsky.app/profile/${profileData.handle}` : `https://bsky.app/profile/${handle}`} 584 target="_blank" 585 rel="noopener noreferrer" 586 > 587 Bluesky 588 </a>
··· 569 </> 570 )} 571 572 + <div> 573 View account on{' '} 574 <a 575 href={profileData ? `https://anisota.net/profile/${profileData.handle}` : `https://anisota.net/profile/${handle}`} 576 target="_blank" 577 rel="noopener noreferrer" 578 + className={styles.viewOnBluesky} 579 > 580 Anisota 581 </a> ··· 584 href={profileData ? `https://bsky.app/profile/${profileData.handle}` : `https://bsky.app/profile/${handle}`} 585 target="_blank" 586 rel="noopener noreferrer" 587 + className={styles.viewOnBluesky} 588 > 589 Bluesky 590 </a>