mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update demo-section.tsx
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user