It currently displays information which are not at all relevant for my “non technical” clients.
Ideally, id like to be able to display some form of custom rte content and also be able to hide the “Join the community” block.
I managed to change it by editing it in node_moduls/@strapi/admin/admin/src/pages/HomePage.
Then using patch-package I patched those changes.
This obviously isn’t ideal because it could mess things up for me if I update strapi to a newer version further down the line. I needed to change it though so it’s worth the risk
@Charlotte_Hughes I try to use patch-package I did some change @starpi/admin/admin/src/content-manager/pages/EditView but patch package is not able to find it. How you have done that?