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