From 143e85cb8d3e89fbb1a3473ea07a3bd74dd77883 Mon Sep 17 00:00:00 2001 From: Darshan Gada Date: Wed, 12 Aug 2020 18:31:24 +0530 Subject: [PATCH] ADD: How to change login page's logo Signed-off-by: Darshan Gada --- docs/v3.x/admin-panel/customization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/v3.x/admin-panel/customization.md b/docs/v3.x/admin-panel/customization.md index e8d5c1f152..8217e73f43 100644 --- a/docs/v3.x/admin-panel/customization.md +++ b/docs/v3.x/admin-panel/customization.md @@ -116,6 +116,8 @@ npm run build To change the top-left displayed admin panel's logo, add your custom image at `./admin/src/assets/images/logo-strapi.png`. +To change the login page's logo, add your custom image at `./admin/src/assets/images/logo_strapi.png`. + ::: tip make sure the size of your image is the same as the existing one (434px x 120px). :::