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). :::