We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b6fb5 commit ffdb00bCopy full SHA for ffdb00b
1 file changed
packages/react-core/src/components/Hero/Hero.tsx
@@ -53,7 +53,7 @@ export const Hero: React.FunctionComponent<HeroProps> = ({
53
bodyWidth,
54
bodyMaxWidth,
55
...props
56
-}) => {
+}: HeroProps) => {
57
const customStyles: { [key: string]: string } = {};
58
if (backgroundSrcLight) {
59
customStyles[heroBackgroundImageLight.name] = `url(${backgroundSrcLight})`;
0 commit comments