From ba566f3ef4da4ecbdde5491ec5f14596f7e458b0 Mon Sep 17 00:00:00 2001
From: hankhill19580 <hankhill19580@gmail.com>
Date: Mon, 20 Apr 2020 20:05:55 +0000
Subject: [PATCH] Update image on index.html

---
 i2p2www/pages/site/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i2p2www/pages/site/index.html b/i2p2www/pages/site/index.html
index 8b1def353..b9c91fbf2 100644
--- a/i2p2www/pages/site/index.html
+++ b/i2p2www/pages/site/index.html
@@ -4,7 +4,7 @@
 {% block metadesc %}{{ _('Anonymous peer-to-peer distributed communication layer built with open source tools and designed to run any traditional Internet service such as email, IRC or web hosting.') }}{% endblock %}
 {% block content_outer %}
 <div class="main">
-  <img src="{{ url_for('static', filename='images/undraw_group_chat_v059.svg') }}" class="home_splash_image" />
+  <img src="{{ url_for('static', filename='images/undraw_connected_world.svg') }}" class="home_splash_image" />
   <h1>{{ _('What does I2P do for you?') }}</h1>
   <p>{% trans %}The I2P network provides strong privacy protections for
     communication over the Internet. Many activities that would risk your
-- 
GitLab