update background image url

This commit is contained in:
2024-04-23 02:23:50 +10:00
parent 0eab9ba2ce
commit f59265cc00

View File

@@ -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 {