Skip to content

Commit

Permalink
Merge pull request #7907 from cotapon/patch-3
Browse files Browse the repository at this point in the history
LeftMenuHeader Path FIX
  • Loading branch information
alexandrebodin committed Oct 2, 2020
2 parents 620f84a + 567b02c commit e379a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v3.x/admin-panel/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default WysiwygWithErrors;

The AdminUI package source can be easily found in `./node_modules/strapi-admin/src/`.

For example, to change the top-left displayed admin panel's color, copy the `./node_modules/strapi-admin/admin/src/components/LeftMenuHeader` folder to `./admin/src/components/LeftMenuHeader` and change the styles inside `./admin/src/components/LeftMenuHeader/Wrapper.js`.
For example, to change the top-left displayed admin panel's color, copy the `./node_modules/strapi-admin/admin/src/components/LeftMenu/LeftMenuHeader` folder to `./admin/src/components/LeftMenu/LeftMenuHeader` and change the styles inside `./admin/src/components/LeftMenu/LeftMenuHeader/Wrapper.js`.

Thus, you are replacing the files that would normally be in `node_modules/strapi-admin/admin/src` and directing them to `admin/src/some/file/path`.

Expand Down

0 comments on commit e379a87

Please sign in to comment.