Skip to content

Commit

Permalink
feat: replace legacy profile url in complete course file
Browse files Browse the repository at this point in the history
  • Loading branch information
mashal-m committed Dec 1, 2023
1 parent 3e5f29a commit d0780ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function CompletedCourseCard(props) {
<p className="mb-0 lead">
View your certificate on
{' '}
<a className="text-underline" href={`${process.env.LMS_BASE_URL}/u/${getAuthenticatedUser().username}`}>your profile →</a>
<a className="text-underline" href={`${process.env.ACCOUNT_PROFILE_URL}/u/${getAuthenticatedUser().username}`}>your profile →</a>
</p>
</div>
</div>
Expand Down

0 comments on commit d0780ca

Please sign in to comment.