From 8e4ba2de7477f685d08fedaefb89fe4aa94582d6 Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Wed, 4 Sep 2024 21:27:26 +0200 Subject: [PATCH] Update app/App.css --- app/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/App.css b/app/App.css index 84e506f..cc0b3e2 100644 --- a/app/App.css +++ b/app/App.css @@ -15,7 +15,7 @@ body { flex-direction: column; min-height: 100vh; margin-top: 10em; - background-image: url(/react/react/public/img/image.png); + background-image: url(/img/image.png); background-repeat: no-repeat; background-size: cover; background-position: center;