How to custom strapi Admin UI v4?

Viewed 784

I have tried to change the HomeHeader of the Admin page, but it has no changes.

I copy admin folder in node_modules/@strapi/admin/admin to my-project/admin and then I modified HomeHeader.js file as the image below:

enter image description here

I started strapi with the command yarn strapi develop --watch-admin, and nothing happened

Please help me to custom this! Thanks

  • Strapi Version: 4.0.4
  • Operating System: MacOs
  • Database: postgres Node
  • Version: v14.18.1
  • NPM Version: 6.14.15
  • Yarn Version: 1.22.10
1 Answers

In Strapi-v3 you can customize the admin panel UI, but in v4 you can't. there is an opened issue in GitHub about this problem.

Related