tangled
alpha
login
or
join now
atpota.to
/
flushes.app
16
fork
atom
The 1st decentralized social network for sharing when you're on the toilet. Post a "flush" today! Powered by the AT Protocol.
16
fork
atom
overview
issues
pulls
pipelines
fix
dame-is
3 months ago
a708e246
916b07f4
+3
-1
1 changed file
expand all
collapse all
unified
split
src
app
profile
[handle]
page.tsx
+3
-1
src/app/profile/[handle]/page.tsx
···
569
569
</>
570
570
)}
571
571
572
572
-
<div className={styles.viewOnBluesky}>
572
572
+
<div>
573
573
View account on{' '}
574
574
<a
575
575
href={profileData ? `https://anisota.net/profile/${profileData.handle}` : `https://anisota.net/profile/${handle}`}
576
576
target="_blank"
577
577
rel="noopener noreferrer"
578
578
+
className={styles.viewOnBluesky}
578
579
>
579
580
Anisota
580
581
</a>
···
583
584
href={profileData ? `https://bsky.app/profile/${profileData.handle}` : `https://bsky.app/profile/${handle}`}
584
585
target="_blank"
585
586
rel="noopener noreferrer"
587
587
+
className={styles.viewOnBluesky}
586
588
>
587
589
Bluesky
588
590
</a>