1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

chore: remove jest -> cypress for unit tests

This commit is contained in:
Divlo
2022-07-28 22:51:12 +02:00
parent 8bc1471cbb
commit 1f4aa54211
33 changed files with 187 additions and 4372 deletions

View File

@ -16,7 +16,7 @@ const Error404: NextPage<Error404Props> = (props) => {
<>
<Head title='404 | Divlo' />
<Header showLanguage />
<Header />
<main className='flex flex-col md:mx-auto md:max-w-4xl lg:max-w-7xl'>
<ErrorPage statusCode={404} message={t('errors:not-found')} />
</main>

View File

@ -16,7 +16,7 @@ const Error500: NextPage<Error500Props> = (props) => {
<>
<Head title='500 | Divlo' />
<Header showLanguage />
<Header />
<main className='flex flex-col md:mx-auto md:max-w-4xl lg:max-w-7xl'>
<ErrorPage statusCode={500} message={t('errors:server-error')} />
</main>

View File

@ -23,7 +23,7 @@ const Home: NextPage<HomeProps> = (props) => {
<>
<Head />
<Header showLanguage />
<Header />
<main className='flex flex-col md:mx-auto md:max-w-4xl lg:max-w-7xl'>
<Section isMain id='about'>
<Profile />