Commit 27a9b629f3324b6a834e466d2054d045dfe1615c

Authored by Adhidarma Hadiwinoto
1 parent c704ee3996
Exists in master

Logo ke imageshack

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -109,7 +109,7 @@ app.get('/', function(req, res) {
109 109 //balances = getBalances(suppliers);
110 110  
111 111 res.render(template_file, {
112   - logo: 'http://reload97.com/sites/default/files/web-reload97.png',
  112 + logo: 'https://imageshack.com/a/img922/2950/APPRuh.png',
113 113 title: 'Supplier Balances',
114 114 balances: balances,
115 115 json_string: JSON.stringify(balances),