diff --git a/src/app/overlays/toast-overlay/toast-component.html b/src/app/overlays/toast-overlay/toast-component.html index ba882a7..562df78 100644 --- a/src/app/overlays/toast-overlay/toast-component.html +++ b/src/app/overlays/toast-overlay/toast-component.html @@ -57,8 +57,14 @@ class="vw-60 h-auto object-contain" /> + } @else if (toastInfo().selectedTeam === "none" && toastInfo().eventLogoEnabled) { +
+ +
} @else { -
+
}
- @if (toastInfo().eventLogoEnabled) { + @if (toastInfo().eventLogoEnabled && toastInfo().selectedTeam != "none") {