commit | ecc7eedd101f03bbfeb47b78bbdf46e75e28b02c | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Sun Aug 23 16:35:39 2020 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Sun Aug 23 16:35:39 2020 +0530 |
tree | d5db3000d979630a3a2a88a50b615a92f7ab3bce | |
parent | 6f9f40992c59f426a703dc739c6baaeca4df3a12 [diff] [blame] |
fix: Update erpnext logo
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 463ad6c..1c36c2a 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -10,7 +10,7 @@ app_email = "info@erpnext.com" app_license = "GNU General Public License (v3)" source_link = "https://github.com/frappe/erpnext" -app_logo_url = '/assets/erpnext/images/erp-icon.svg' +app_logo_url = '/assets/erpnext/images/erpnext_logo.svg' develop_version = '13.x.x-develop'