Skip to content

Commit

Permalink
Fix athlete link to Strava profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
veloek committed Jul 16, 2024
1 parent 00886ce commit 6ec2711
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tevling/Components/AthleteCard.razor
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
</span>
</div>
}

<div class="d-flex flex-row align-items-center strava-link column-gap-1">
<a target="_blank" href="https://www.strava.com/activities/@Athlete.StravaId">View on Strava</a>
<a target="_blank" href="https://www.strava.com/athletes/@Athlete.StravaId">View on Strava</a>
<i class="bi pb-1 bi-box-arrow-up-right align-self-start" aria-hidden="true"></i>
</div>

</div>
}
}

0 comments on commit 6ec2711

Please sign in to comment.