mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-08 22:31:30 +01:00
fix(components): returnToHomePage inside ErrorPage
This commit is contained in:
parent
73352d4414
commit
3382177e27
@ -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>{`
|
||||
|
Loading…
Reference in New Issue
Block a user