From c0c229b7c98246b646f10ccae84fad4b04fa9f2b Mon Sep 17 00:00:00 2001 From: itsnobii <57056220+itsnobii@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:19:13 -0400 Subject: [PATCH] feat: Change Toast to show event logo on the left side of component if no team logo is specified Co-authored-by: Copilot --- src/app/overlays/toast-overlay/toast-component.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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") {