alpha
Login
or
Join now
atpota.to
/
flushes.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix
author
dame-is
date
6 months ago
(Dec 5, 2025, 3:19 PM -0500)
commit
9f7f6651
9f7f6651e5a8add9fc2da0880277473b4cf4a70c
parent
c8b5a3a6
c8b5a3a6d6ca55800ef334324166d6e726486bb2
+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
Reviewed
···
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"