mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
Merge pull request #17998 from netchampfaris/app-logo-url
fix: App logo URL
This commit is contained in:
@@ -10,6 +10,7 @@ app_color = "#e74c3c"
|
|||||||
app_email = "info@erpnext.com"
|
app_email = "info@erpnext.com"
|
||||||
app_license = "GNU General Public License (v3)"
|
app_license = "GNU General Public License (v3)"
|
||||||
source_link = "https://github.com/frappe/erpnext"
|
source_link = "https://github.com/frappe/erpnext"
|
||||||
|
app_logo_url = '/assets/erpnext/images/erp-icon.svg'
|
||||||
|
|
||||||
|
|
||||||
develop_version = '12.x.x-develop'
|
develop_version = '12.x.x-develop'
|
||||||
|
|||||||
@@ -11,9 +11,6 @@ $(document).bind('toolbar_setup', function() {
|
|||||||
href="https://discuss.erpnext.com">Feedback</a></p>'
|
href="https://discuss.erpnext.com">Feedback</a></p>'
|
||||||
|
|
||||||
|
|
||||||
$('.navbar-home').html('<img class="erpnext-icon" src="'+
|
|
||||||
frappe.urllib.get_base_url()+'/assets/erpnext/images/erp-icon.svg" />');
|
|
||||||
|
|
||||||
$('[data-link="docs"]').attr("href", "https://erpnext.com/docs")
|
$('[data-link="docs"]').attr("href", "https://erpnext.com/docs")
|
||||||
$('[data-link="issues"]').attr("href", "https://github.com/frappe/erpnext/issues")
|
$('[data-link="issues"]').attr("href", "https://github.com/frappe/erpnext/issues")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user