New Tailwind CSS formatter run

This commit is contained in:
giancarlo
2024-06-03 00:35:09 +07:00
parent 08de59a43a
commit d0c6981e78
8 changed files with 8 additions and 14 deletions

View File

@@ -17,8 +17,7 @@ export function DocsCard({
return (
<div className="flex flex-col">
<div
className={`flex grow flex-col space-y-2.5 border bg-background p-6
${link ? 'rounded-t-2xl border-b-0' : 'rounded-2xl'}`}
className={`flex grow flex-col space-y-2.5 border bg-background p-6 ${link ? 'rounded-t-2xl border-b-0' : 'rounded-2xl'}`}
>
<h3 className="mt-0 text-lg font-semibold dark:text-white">
<Link href={link.url}>{title}</Link>

View File

@@ -26,7 +26,7 @@ function Home() {
<div
className={
'flex flex-col items-center md:flex-row' +
' mx-auto flex-1 justify-center animate-in fade-in ' +
' mx-auto flex-1 justify-center animate-in fade-in' +
' duration-500 zoom-in-95 slide-in-from-top-24'
}
>