fix(frontend): remove light text class from error page

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-10-23 18:11:06 +02:00 committed by Erik Michelson
parent c0f8f43859
commit fcd31931f5

View file

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