From f59265cc00f17d7d11fb37595f5b7fdaae38b103 Mon Sep 17 00:00:00 2001 From: James Collins Date: Tue, 23 Apr 2024 02:23:50 +1000 Subject: [PATCH] update background image url --- resources/css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/app.css b/resources/css/app.css index 41537d6..f0029ef 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -25,7 +25,7 @@ input[type="text"]:read-only { .image-background { @apply bg-no-repeat bg-center bg-cover; - background-image: url('/resources/assets/background.webp'); + background-image: url('/home-hero.webp'); } body.swal2-height-auto {