diff --git a/index.js b/index.js
index 9a89fba..54b6859 100644
--- a/index.js
+++ b/index.js
@@ -109,7 +109,7 @@ app.get('/', function(req, res) {
         //balances = getBalances(suppliers);
 
         res.render(template_file, {
-            logo: 'http://reload97.com/sites/default/files/web-reload97.png',
+            logo: 'https://imageshack.com/a/img922/2950/APPRuh.png',
             title: 'Supplier Balances',
             balances: balances,
             json_string: JSON.stringify(balances),