Update landing-hero-showcase-section.tsx

This commit is contained in:
Stefan Pejcic 2024-11-15 17:26:52 +01:00 committed by GitHub
parent e1b679ccb8
commit 249756edea
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/openpanel.png" render="/img/ilustrations/openpanel_ilustration.png"
highlights={[]} highlights={[]}
/> />
); );