Change Web App Name
Open the file:
src/constants/constants.ts
Find the app name constant/value (example):
export const APP_NAME = 'Hello Doctor';
- Change it to your new brand name:
export const APP_NAME = 'My New Brand';
- Rebuild/restart the web app so the updated name is applied.