You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the page title in the AutoGPT Platform front end is hardcoded as "NextGen AutoGPT".
This isn't very helpful in an application that by now has a handful of different pages and the ability to open and edit users' agents (each of which has a title).
Proposal
General format:
constappName=APP_ENV=="prod" ? `AutoGPT Platform` : `AutoGPT Platform [${APP_ENV}]`;consttitle=pageTitle ? `${pageTitle} - ${appName}` : appName;// the page display title
Hi!This issue looks interesting, and I'd love to work on it. Could you please assign it to me? I'll follow the guidelines and ensure it's implemented effectively.🥰
Currently, the page title in the AutoGPT Platform front end is hardcoded as "NextGen AutoGPT".
This isn't very helpful in an application that by now has a handful of different pages and the ability to open and edit users' agents (each of which has a title).
Proposal
General format:
For builder:
The text was updated successfully, but these errors were encountered: