From 27a9b629f3324b6a834e466d2054d045dfe1615c Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Mon, 11 Feb 2019 11:37:19 +0700
Subject: [PATCH] Logo ke imageshack

---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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),
-- 
1.9.0