From ee82d89a961bbb6cb27f759075ef99180064f311 Mon Sep 17 00:00:00 2001 From: Alex Contini Date: Mon, 29 Apr 2019 18:53:36 -0400 Subject: [PATCH] fix broken image link on community page (#14065) * update image link * Update newcommunity.css --- static/css/newcommunity.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/newcommunity.css b/static/css/newcommunity.css index eb3568c0df..bedfedb267 100644 --- a/static/css/newcommunity.css +++ b/static/css/newcommunity.css @@ -150,7 +150,7 @@ color:#303030; .events { - background-image:url('https://www2.thelinuxfoundation.org/l/6342/2019-02-21/42ckgy/6342/236996/event_bg.jpg'); + background-image:url('/images/community/event-bg.jpg'); float:left; width:100%; margin-top:3%;