Update landing-hero-showcase-section.tsx

This commit is contained in:
Stefan Pejcic 2024-08-09 13:03:48 +02:00 committed by GitHub
parent 27a6981007
commit f364fbb6f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ const ShowcaseCRM = ({ className }: { className?: string }) => {
return ( return (
<ShowcaseWrapper <ShowcaseWrapper
className={className} className={className}
render="/img/panel_cropped.png" render="/img/openpanel.png"
highlights={[]} highlights={[]}
/> />
); );