This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

add link to profile

+8 -1
+7
src/components/UserProfile/UserProfile.css
··· 399 399 .profile-section.left-section { 400 400 justify-self: start; 401 401 margin-right: 31.1px; 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 + 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 + } 472 + 473 + .bluesky-link { 474 + font-size: 0.8em; 475 + text-decoration: underline; 469 476 } 470 477 471 478 .user-profile-data-group p {
+1 -1
src/components/UserProfile/UserProfile.js
··· 400 400 Compare Scores 401 401 </button> 402 402 </div> 403 - </div> 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 */}