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

View File

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