Update template-detail.tsx

This commit is contained in:
Stefan Pejcic 2024-06-08 12:02:10 +02:00 committed by GitHub
parent 821d3dfa54
commit 592a78f8ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,14 +86,14 @@ export const TemplatesDetail: FC<Props> = ({ data }) => {
"rounded-lg landing-md:rounded-xl landing-lg:rounded-3xl",
"-mx-4 landing-sm:-mx-0",
"landing-sm:px-4",
"aspect-[1168/736]",
"aspect-[1485/736]",
)}
>
<img
className={clsx(
"rounded-lg landing-md:rounded-xl landing-lg:rounded-3xl",
"block",
"aspect-[1168/736]",
"aspect-[1485/736]",
)}
src={data.images[0]}
alt={data.title}