diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 788aaea00a8..116bf34898c 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -28,8 +28,8 @@ my_account_context = "erpnext.shopping_cart.utils.update_my_account_context" email_append_to = ["Job Applicant", "Opportunity", "Issue"] website_context = { - "favicon": "/assets/erpnext/images/favicon.png" - + "favicon": "/assets/erpnext/images/favicon.png", + "splash_image": "/assets/erpnext/images/splash.png" } website_route_rules = [ diff --git a/erpnext/public/images/splash.png b/erpnext/public/images/splash.png new file mode 100644 index 00000000000..36cc3c4c30a Binary files /dev/null and b/erpnext/public/images/splash.png differ