mirror of
https://github.com/chartdb/chartdb.git
synced 2025-11-04 14:03:15 +00:00
update page titles (#247)
This commit is contained in:
@@ -51,7 +51,7 @@ export const ChartDBProvider: React.FC<React.PropsWithChildren> = ({
|
||||
if (diagramName) {
|
||||
document.title = `ChartDB - ${diagramName}`;
|
||||
} else {
|
||||
document.title = 'ChartDB';
|
||||
document.title = 'ChartDB - Create Diagram';
|
||||
}
|
||||
}, [diagramName]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user