1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00

fix(components): returnToHomePage inside ErrorPage

This commit is contained in:
divlo 2021-04-20 15:47:52 +02:00
parent 73352d4414
commit 3382177e27

View File

@ -16,7 +16,7 @@ export const ErrorPage: React.FC<ErrorPageProps> = props => {
{t('errors:error')} <span className='important'>{statusCode}</span>
</h1>
<p className='text-center'>
{message} <Link href='/'>{t('returnToHomePage')}</Link>
{message} <Link href='/'>{t('errors:returnToHomePage')}</Link>
</p>
<style jsx global>{`