Skip to content

Commit ffdb00b

Browse files
authored
chore: fix hero props table (#12562)
1 parent 49b6fb5 commit ffdb00b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-core/src/components/Hero

packages/react-core/src/components/Hero/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const Hero: React.FunctionComponent<HeroProps> = ({
5353
bodyWidth,
5454
bodyMaxWidth,
5555
...props
56-
}) => {
56+
}: HeroProps) => {
5757
const customStyles: { [key: string]: string } = {};
5858
if (backgroundSrcLight) {
5959
customStyles[heroBackgroundImageLight.name] = `url(${backgroundSrcLight})`;

0 commit comments

Comments
 (0)