Refactor code and update dependencies
Rearranged imports for better organization and readability across multiple files. Updated the `react-i18next` dependency to version 15.0.1 in various `package.json` files. Adjusted formatting in multiple TypeScript files to ensure code style consistency.
This commit is contained in:
@@ -4,7 +4,7 @@ export function SitePageHeader({
|
||||
title,
|
||||
subtitle,
|
||||
container = true,
|
||||
className = ''
|
||||
className = '',
|
||||
}: {
|
||||
title: string;
|
||||
subtitle: string;
|
||||
@@ -15,7 +15,9 @@ export function SitePageHeader({
|
||||
|
||||
return (
|
||||
<div className={cn('border-b py-8 xl:py-10 2xl:py-12', className)}>
|
||||
<div className={cn('flex flex-col space-y-2 lg:space-y-4', containerClass)}>
|
||||
<div
|
||||
className={cn('flex flex-col space-y-2 lg:space-y-4', containerClass)}
|
||||
>
|
||||
<h1
|
||||
className={
|
||||
'font-heading text-3xl font-medium tracking-tighter dark:text-white xl:text-5xl'
|
||||
|
||||
Reference in New Issue
Block a user