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

chore: use the right resume.json

This commit is contained in:
Divlo
2022-07-28 23:01:19 +02:00
parent 1f4aa54211
commit 9351edf626
8 changed files with 15 additions and 128 deletions

View File

@ -16,7 +16,7 @@ const Error404: NextPage<Error404Props> = (props) => {
<>
<Head title='404 | Divlo' />
<Header />
<Header showLanguage />
<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 />
<Header showLanguage />
<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 />
<Header showLanguage />
<main className='flex flex-col md:mx-auto md:max-w-4xl lg:max-w-7xl'>
<Section isMain id='about'>
<Profile />