Skip to content

Commit

Permalink
fix: leaderboard url host name issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushpanditmoto committed Oct 3, 2023
1 parent 8b2453c commit 04dd0a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/pages/teams/hero/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ const Hero = ({ team }) => {
https://github.com{pr.url}
</p>
<p className="font-medium">
<a href={pr.url} target="_blank" rel="noreferrer">
<a href={
`https://github.com${pr.url}`
} target="_blank" rel="noreferrer">
<GitHubIcon className="h-[30px]" />
</a>
</p>
Expand Down

0 comments on commit 04dd0a2

Please sign in to comment.