Remove redundant files and update pnpm lockfile

This commit is contained in:
giancarlo
2024-04-30 22:16:38 +07:00
parent 9eded69f15
commit 19aa40493f
78 changed files with 8835 additions and 10056 deletions

View File

@@ -33,12 +33,12 @@ const NotFoundPage = async () => {
<div
className={
'm-auto flex w-full flex-1 flex-col items-center justify-center'
'container m-auto flex w-full flex-1 flex-col items-center justify-center'
}
>
<div className={'flex flex-col items-center space-y-12'}>
<div>
<h1 className={'font-heading text-9xl font-extrabold'}>
<h1 className={'font-heading text-8xl font-extrabold xl:text-9xl'}>
<Trans i18nKey={'common:pageNotFoundHeading'} />
</h1>
</div>