Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Update Detail.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminsampica authored Jul 7, 2022
1 parent 7101c79 commit b912924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/Features/FreeAgents/Detail.razor
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else
<MudText Typo=Typo.h5 Align=Align.Center Color=Color.Tertiary>
@_result.Name
</MudText>
<MudText Typo=Typo.h6>Team Owner</MudText>
<MudText Typo=Typo.h6>Former Team</MudText>
<MudText Typo=Typo.h6 Color=Color.Secondary>@_result.Team</MudText>
<MudText Typo=Typo.h6>Position</MudText>
<MudText Typo=Typo.h6 Color=Color.Secondary>@_result.Position</MudText>
Expand Down

0 comments on commit b912924

Please sign in to comment.