Skip to content

Commit

Permalink
Applied prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
koss-service committed Dec 25, 2023
1 parent 51c6fd1 commit 9d60e87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/MentorDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@ function MentorDashboard() {
rel="noopener noreferrer"
className="text-primary hover:text-primary-600 hover:underline"
>
{pull.replace('https://github.com/', '').replace('pull/', '').replace(/\/\d/, '#')}
{pull
.replace("https://github.com/", "")
.replace("pull/", "")
.replace(/\/\d/, "#")}
</a>
))}
</div>
Expand Down

0 comments on commit 9d60e87

Please sign in to comment.