mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Minor change in title
This commit is contained in:
parent
1c795571eb
commit
e7738b1cce
@ -24,7 +24,7 @@
|
||||
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`.
|
||||
-->
|
||||
<title>WiseMappping - Loading ...</title>
|
||||
<title>Loading | WiseMapping</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -77,7 +77,7 @@ const LoginForm = () => {
|
||||
const LoginPage = (props: any) => {
|
||||
|
||||
useEffect(() => {
|
||||
document.title = 'Login - WiseMapping';
|
||||
document.title = 'Login | WiseMapping';
|
||||
});
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user