From f62be600cdb47c241479a2afe317d29022261e95 Mon Sep 17 00:00:00 2001 From: "Vaka.pro" Date: Tue, 28 Apr 2026 00:40:01 +0300 Subject: [PATCH] fix: remove fallback image from dashboard race hero --- frontend/src/styles/global.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/styles/global.css b/frontend/src/styles/global.css index eb0c10f..6d25522 100644 --- a/frontend/src/styles/global.css +++ b/frontend/src/styles/global.css @@ -1358,8 +1358,7 @@ body { .dashboard-hero--with-image { background: linear-gradient(90deg, rgba(7, 25, 39, 0.94) 0%, rgba(7, 25, 39, 0.68) 48%, rgba(7, 25, 39, 0.2) 100%), - var(--dashboard-hero-image) center / cover, - url("/images/runner-hero.jpg") center / cover; + var(--dashboard-hero-image) center / cover; } .dashboard-hero__content, -- 2.49.1