Skip to content

Commit

Permalink
add IPs to scoreboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Trolldemorted committed Apr 17, 2021
1 parent 3b437d4 commit cab7a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EnoLandingPageFrontend/Pages/ScoreboardView.razor
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<div class="team-logo-container">
<img src="@team.LogoUrl" class="team-logo" referrerpolicy="no-referrer" />
</div>
<div class="team-name">@team.Name</div>
<div class="team-name">@team.Name (10.0.0.@team.TeamId)</div>
<img src="@countryUrl" class="team-countryflag" referrerpolicy="no-referrer" />
</div>
</td>
Expand Down

0 comments on commit cab7a83

Please sign in to comment.