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
</>
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"
0
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"
0
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>