Update error handling and UI design across multiple files
Enhanced error handling in documentation and blog pages, to ensure smoother running and user experience. This also includes additional UI updates related to font selection, layout arrangement, and interactive elements on error pages, marketing pages, and general site navigation components. Moreover, a "contact us" feature has been added to error pages to help users seek assistance more conveniently.
This commit is contained in:
@@ -12,7 +12,11 @@ export function PostHeader({ post }: { post: Cms.ContentItem }) {
|
||||
<div className={'flex flex-1 flex-col'}>
|
||||
<div className={cn('border-b py-8')}>
|
||||
<div className={'mx-auto flex max-w-3xl flex-col space-y-4'}>
|
||||
<h1 className={'font-heading text-3xl font-semibold xl:text-5xl dark:text-white'}>
|
||||
<h1
|
||||
className={
|
||||
'font-heading text-3xl font-semibold dark:text-white xl:text-5xl'
|
||||
}
|
||||
>
|
||||
{title}
|
||||
</h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user