Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-07-12 09:27:45 +02:00 committed by GitHub
parent ccf775c86d
commit 96e4fdd9e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ const Demo: React.FC = () => {
<h1 <h1
className={clsx( className={clsx(
"font-semibold", "font-semibold",
"!mb-0", "mb-12",
"text-gray-900 dark:text-gray-0", "text-gray-900 dark:text-gray-0",
"text-xl md:text-[40px] md:leading-[56px]", "text-xl md:text-[40px] md:leading-[56px]",
)} )}