mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-17 08:34:54 -04: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 (
|
return (
|
||||||
<LandingLayout>
|
<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>
|
<h1>
|
||||||
<Trans i18nKey={titleI18nKey} />
|
<Trans i18nKey={titleI18nKey} />
|
||||||
</h1>
|
</h1>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue