Skip to content

Commit e135731

Browse files
committed
add beta flag, readd 2.2 rhds icons
1 parent 394662b commit e135731

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
@@ -34,7 +34,7 @@ export interface HeroProps extends Omit<React.HTMLProps<HTMLDivElement>, 'conten
3434
stop2?: string;
3535
stop3?: string;
3636
};
37-
/** Flag indicating the hero has glass styling when glass theme is applied. */
37+
/** @beta Flag indicating the hero has glass styling when glass theme is applied. */
3838
isGlass?: boolean;
3939
/** Modifies the width of the hero body. */
4040
bodyWidth?: string;

0 commit comments

Comments
 (0)