[revert] modules dropdown
diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js
index 0997ef3..08f8d43 100644
--- a/erpnext/public/js/conf.js
+++ b/erpnext/public/js/conf.js
@@ -11,7 +11,7 @@
 		href="https://discuss.erpnext.com">Feedback</a></p>'
 
 
-	$('.navbar-home').prepend('<img class="erpnext-icon" src="'+
+	$('.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://frappe.github.io/erpnext/")