Update demo-section.tsx

This commit is contained in:
Stefan Pejcic
2024-07-10 20:09:17 +02:00
committed by GitHub
parent ce9b8ff7bb
commit 61e16d21b9

View File

@@ -60,7 +60,6 @@ export const LandingTryItSection = ({ className }: { className?: string }) => {
)}
>
<LandingTryItOptionsSection
onClick={onClick}
className={clsx(
"w-full",
"transition-[transform,opacity,margin-bottom]",
@@ -74,10 +73,8 @@ export const LandingTryItSection = ({ className }: { className?: string }) => {
};
const LandingTryItOptionsSection = ({
onClick,
className,
}: {
onClick: () => void;
className?: string;
}) => {
return (