prettier fix

This commit is contained in:
Danel Kungla
2025-09-19 17:22:36 +03:00
parent efa94b3322
commit 0c2cfe6d18
509 changed files with 17988 additions and 9920 deletions

View File

@@ -120,7 +120,7 @@ export function PageNavigation(props: React.PropsWithChildren) {
export function PageDescription(props: React.PropsWithChildren) {
return (
<div className={'flex items-center'}>
<div className={'text-muted-foreground text-sm font-normal leading-6'}>
<div className={'text-muted-foreground text-sm leading-6 font-normal'}>
{props.children}
</div>
</div>
@@ -158,7 +158,7 @@ export function PageHeader({
return (
<div
className={cn(
'flex py-5 flex-col sm:flex-row items-start sm:items-center sm:justify-between',
'flex flex-col items-start py-5 sm:flex-row sm:items-center sm:justify-between',
className,
)}
>