1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

chore: usage of eslint-plugin-tailwindcss

This commit is contained in:
2024-01-28 03:21:11 +01:00
parent b8ceefb2f6
commit f5020cad19
30 changed files with 320 additions and 352 deletions

View File

@ -31,7 +31,7 @@ const Heading = (
href={`#${id}`}
className="invisible !text-black group-hover:visible dark:!text-white"
>
<FontAwesomeIcon className="mr-2 inline h-4 w-4" icon={faLink} />
<FontAwesomeIcon className="mr-2 inline size-4" icon={faLink} />
</Link>
{children}
</h2>
@ -90,7 +90,7 @@ export const BlogPostContent = async (
alt={alt}
width={1000}
height={1000}
className="h-auto w-auto"
className="size-auto"
/>
</span>
)