Update README and refine UI elements and localization
This commit introduces updates to the README file, specifically focusing on authentication emails. Minor UI adjustments have been made to various layout spacings and image attributes in some pages for better design consistency. Localization has also been improved by introducing translation keys for error and not-found pages in the common JSON file.
This commit is contained in:
@@ -38,10 +38,12 @@ const NotFoundPage = async () => {
|
||||
>
|
||||
<div className={'flex flex-col items-center space-y-12'}>
|
||||
<div>
|
||||
<h1 className={'font-heading text-9xl font-extrabold'}>404 :(</h1>
|
||||
<h1 className={'font-heading text-9xl font-extrabold'}>
|
||||
<Trans i18nKey={'common:pageNotFoundHeading'} />
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<div className={'flex flex-col items-center space-y-4'}>
|
||||
<div className={'flex flex-col items-center space-y-8'}>
|
||||
<div className={'flex flex-col items-center space-y-2.5'}>
|
||||
<div>
|
||||
<Heading level={1}>
|
||||
|
||||
Reference in New Issue
Block a user