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, 7:47 PM -0500)
commit
a708e246
a708e2465fbbf7198d15f7fb7f1239217bd32ea4
parent
916b07f4
916b07f4369ff7a842caf02800a95ee139f85846
+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
Reviewed
···
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>