Skip to content

Commit

Permalink
Merge pull request #42 from shri-acha/main
Browse files Browse the repository at this point in the history
Username into clickable links to github profile.
  • Loading branch information
NotSugat authored May 7, 2024
2 parents 7b9ea02 + bbfed17 commit 176e64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function Leaderboard() {
/>
</div>
&nbsp; &nbsp; &nbsp; &nbsp;
<h3 className={styles.userName}>{selectedContributor._id.username}</h3>
<h2><a target="_blank" href={`https://github.com/${selectedContributor._id.username}`} className={styles.userName}>{selectedContributor._id.username}</a></h2>
</div>
<div className={styles.userInfo}>
<p>
Expand Down

0 comments on commit 176e64b

Please sign in to comment.