mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-22 20:41:44 +00:00
fix(frontend): remove light text class from error page
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
c0f8f43859
commit
fcd31931f5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export const CommonErrorPage: React.FC<PropsWithChildren<CommonErrorPageProps>>
|
|||
|
||||
return (
|
||||
<LandingLayout>
|
||||
<div className='text-light d-flex flex-column align-items-center justify-content-center my-5'>
|
||||
<div className='d-flex flex-column align-items-center justify-content-center my-5'>
|
||||
<h1>
|
||||
<Trans i18nKey={titleI18nKey} />
|
||||
</h1>
|
||||
|
|
Loading…
Reference in a new issue