Update landing-hero-showcase-section.tsx

This commit is contained in:
Stefan Pejcic 2024-11-13 15:47:13 +01:00 committed by GitHub
parent a0da697af5
commit ac0f6faf70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ const ShowcaseHR = ({ className }: { className?: string }) => {
return ( return (
<ShowcaseWrapper <ShowcaseWrapper
className={className} className={className}
render="/img/openadmin.png" render="/img/ilustrations/openadmin_ilustration.png"
highlights={[]} highlights={[]}
/> />
); );