alpha
Login
or
Join now
atpota.to
/
cred.blue
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
add link to profile
author
damedotblog
date
1 year ago
(Feb 22, 2025, 2:17 PM -0500)
commit
9ac999f1
9ac999f17a7c199d7b130578bb9c4efa97e9f752
parent
317bc633
317bc633624ba51b698b726af39c323c7f4a4943
+8
-1
2 changed files
Expand all
Collapse all
Unified
Split
src
components
UserProfile
UserProfile.css
UserProfile.js
+7
src/components/UserProfile/UserProfile.css
Reviewed
···
399
399
.profile-section.left-section {
400
400
justify-self: start;
401
401
margin-right: 31.1px;
402
402
+
margin-top: 15.3px;
402
403
}
403
404
404
405
/* Middle Section */
···
409
410
gap: 20px;
410
411
justify-self: center;
411
412
margin-right: -31.3px;
413
413
+
margin-top: 11.5px;
412
414
}
413
415
414
416
.user-profile-header-rechart {
···
466
468
margin: 0px;
467
469
font-size: 0.7em;
468
470
opacity: 0.5;
471
471
+
}
472
472
+
473
473
+
.bluesky-link {
474
474
+
font-size: 0.8em;
475
475
+
text-decoration: underline;
469
476
}
470
477
471
478
.user-profile-data-group p {
+1
-1
src/components/UserProfile/UserProfile.js
Reviewed
···
400
400
Compare Scores
401
401
</button>
402
402
</div>
403
403
-
</div>
403
403
+
<a className="bluesky-link" href={`https://bsky.app/profile/${resolvedHandle}`} target="_blank" rel="noopener noreferrer">View {resolvedHandle} on Bluesky</a>
404
404
</div>
405
405
406
406
{/* Middle Section */}