mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update landing-hero-showcase-section.tsx
This commit is contained in:
parent
6f517c490f
commit
e5ed6ee0b3
@ -7,7 +7,7 @@ const ShowcaseCRM = ({ className }: { className?: string }) => {
|
|||||||
return (
|
return (
|
||||||
<ShowcaseWrapper
|
<ShowcaseWrapper
|
||||||
className={className}
|
className={className}
|
||||||
render="/img/user_dark.png"
|
render="/img/user_light.png"
|
||||||
highlights={[]}
|
highlights={[]}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
@ -17,7 +17,7 @@ const ShowcaseHR = ({ className }: { className?: string }) => {
|
|||||||
return (
|
return (
|
||||||
<ShowcaseWrapper
|
<ShowcaseWrapper
|
||||||
className={className}
|
className={className}
|
||||||
render="/img/admin_dark.png"
|
render="/img/admin_light.png"
|
||||||
highlights={[]}
|
highlights={[]}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user