Minor change in title

This commit is contained in:
Paulo Gustavo Veiga 2020-12-07 11:32:57 -08:00
parent 1c795571eb
commit e7738b1cce
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>WiseMappping - Loading ...</title> <title>Loading | WiseMapping</title>
</head> </head>
<body> <body>

View File

@ -77,7 +77,7 @@ const LoginForm = () => {
const LoginPage = (props: any) => { const LoginPage = (props: any) => {
useEffect(() => { useEffect(() => {
document.title = 'Login - WiseMapping'; document.title = 'Login | WiseMapping';
}); });
return ( return (