ADD: How to change login page's logo

Signed-off-by: Darshan Gada <gadadarshan@gmail.com>
This commit is contained in:
Darshan Gada 2020-08-12 18:31:24 +05:30
parent fa8dfcc7cf
commit 143e85cb8d

View File

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