diff --git a/packages/react-core/src/components/Compass/examples/Compass.md b/packages/react-core/src/components/Compass/examples/Compass.md index af4df67604f..b08b1a1d4be 100644 --- a/packages/react-core/src/components/Compass/examples/Compass.md +++ b/packages/react-core/src/components/Compass/examples/Compass.md @@ -37,13 +37,13 @@ In a basic compass layout, content can be passed to the following props to popul The background image of the `Compass` and `CompassHero` may be customized by using their respective `backgroundSrcLight` and `backgroundSrcDark` props. The `CompassHero` also allows customization of a color gradient across its container by using the `gradientLight` and `gradientDark` props. -```ts file="CompassBasic.tsx" +```ts isBeta file="CompassBasic.tsx" ``` ### Demo -```ts isFullscreen file="CompassDemo.tsx" +```ts isFullscreen isBeta file="CompassDemo.tsx" ```