fix account page title
This commit is contained in:
parent
2c87a6c8c2
commit
2d05bbf86b
1 changed files with 1 additions and 1 deletions
|
|
@ -495,7 +495,7 @@ const app = new Elysia({
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<BaseHtml webroot={WEBROOT} title="ConvertX | Login">
|
<BaseHtml webroot={WEBROOT} title="ConvertX | Account">
|
||||||
<>
|
<>
|
||||||
<Header
|
<Header
|
||||||
webroot={WEBROOT}
|
webroot={WEBROOT}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue