Merge pull request #298 from bennett-sh/fix-account-page-title

This commit is contained in:
Emrik Östling 2025-05-23 19:13:15 +02:00 committed by GitHub
commit 6e2fe27f31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}