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 9f7f6651 c8b5a3a6

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