From ff8dfc348ccb7ede0c844d294d71c08ba3624e9a Mon Sep 17 00:00:00 2001
From: Martin Lowe <martin.lowe@eclipse-foundation.org>
Date: Thu, 23 Apr 2020 10:33:37 -0400
Subject: [PATCH] Some (minor issues) found in the current version #13

Fixed Horizon 2020 logo on home page.

Signed-off-by: Martin Lowe <martin.lowe@eclipse-foundation.org>
---
 layouts/shortcodes/home-section-organizations.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/shortcodes/home-section-organizations.html b/layouts/shortcodes/home-section-organizations.html
index bde90a7..4782010 100644
--- a/layouts/shortcodes/home-section-organizations.html
+++ b/layouts/shortcodes/home-section-organizations.html
@@ -17,7 +17,7 @@
   <div class="row">
     <ul class="list-inline list-org text-center center-block">
       <li>
-        <img src="images/research/h2020.png" class="img-responsive"/>
+        <img src="images/funding/horizon-2020.png" class="img-responsive" alt="Horizon 2020 logo"/>
       </li>
       <li >
         <img src="images/research/itea3.png" class="img-responsive"/>
-- 
GitLab