Steps to Customize the Strapi Admin Panel Welcome Screen
You need to follow two steps to customize the landing page.
Rename the folder from app.example.js to app.js.
Go to your Strapi admin project and inside src/admin, you'll see app.example.js. Just rename it to app.js.
After that, your app.js should ...
harshmarolia.hashnode.dev3 min read