diff --git a/src/app/components/agent-select/player-info/player-info.component.html b/src/app/components/agent-select/player-info/player-info.component.html index b4e926d6..f2327858 100644 --- a/src/app/components/agent-select/player-info/player-info.component.html +++ b/src/app/components/agent-select/player-info/player-info.component.html @@ -9,6 +9,7 @@ [class.animate-switch]="animateSwitch" [class.animate-lock]="locked()" src="assets/agent-portraits/{{ agent() }}Portrait.webp" + alt="" />
@@ -17,6 +18,7 @@ [class.animate-switch]="animateSwitch" [class.animate-lock]="locked()" src="assets/roles/{{ getAgentRole(agent()) }}.webp" + alt="" />
- +

{{ team.teamTricode }}

diff --git a/src/app/overlays/toast-overlay/toast-component.html b/src/app/overlays/toast-overlay/toast-component.html index 98c0e270..ba882a7d 100644 --- a/src/app/overlays/toast-overlay/toast-component.html +++ b/src/app/overlays/toast-overlay/toast-component.html @@ -1,4 +1,3 @@ -@if(dataModel.match().roundPhase === "shopping") {
-} diff --git a/src/app/services/Types.ts b/src/app/services/Types.ts index 7ff0a972..ff1eed96 100644 --- a/src/app/services/Types.ts +++ b/src/app/services/Types.ts @@ -167,7 +167,7 @@ export interface IRoundWinBox { export interface IRoundWinBoxSponsors { wonTeam: "all" | "left" | "right"; - roundCeremonie: ("all" | "normal" | "ace" | "clutch" | "teamAce" | "flawless" | "thrifty")[]; + roundCeremony: ("all" | "normal" | "ace" | "clutch" | "teamAce" | "flawless" | "thrifty")[]; iconUrl: string; backdropUrl: string; }