Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Sep 25, 2024
1 parent 188bd51 commit e783535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/user.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function UserCard({ user, links }: { user: User | Users[number]; links?:
<div>
<span className="font-semibold">Profilo su training.olinfo.it:</span>{" "}
<Link
href={`https://training.olinfo.it/#/user/${user.contestant.username}/profile`}
href={`https://training.olinfo.it/user/${user.contestant.username}/profile`}
className="link">
{user.contestant.username}
</Link>
Expand Down

0 comments on commit e783535

Please sign in to comment.