From 8b70048514441bee9711ea9badae1a0408cc50c7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Nov 2020 19:18:58 +0000 Subject: [PATCH] News user path --- epicyon-profile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index e2b78c4c..44d28bc8 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -252,7 +252,7 @@ a:focus { } .hero-image { - background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url("image.png"); + background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url("/users/news/image.png"); height: 50%; background-position: center; background-repeat: no-repeat;