File tree Expand file tree Collapse file tree
src/XtremeIdiots.Portal.Web/Views/Shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change 222222 <a class =" nav-link text-white-50 @Html.IsSelected(" ServerAdmin " , " GameChatLog " , id: game.ToString())"
223223 asp-controller =" ServerAdmin" asp-action =" GameChatLog" asp-route-id =" @game"
224224 data-testid =" nav-chatlog-@game.ToString().ToLower()" >
225- <game-type-icon game =" @game" ></game-type-icon > @game.DisplayName() Chat
225+ <game-type-icon game =" @game" class = " me-1 " ></game-type-icon > @game.DisplayName() Chat
226226 </a >
227227 }
228228 </nav >
250250 {
251251 <a class =" nav-link text-white-50 @Html.IsSelected(" Players " , " GameIndex " , id: game.ToString())"
252252 asp-controller =" Players" asp-action =" GameIndex" asp-route-id =" @game" >
253- <game-type-icon game =" @game" ></game-type-icon > @game.DisplayName()
253+ <game-type-icon game =" @game" class = " me-1 " ></game-type-icon > @game.DisplayName()
254254 </a >
255255 }
256256 }
You can’t perform that action at this time.
0 commit comments