From 8de8cc6f20c620a129963c53d972f92e7c4c3eb9 Mon Sep 17 00:00:00 2001 From: Donald Labaj Date: Wed, 19 Nov 2025 13:25:19 -0500 Subject: [PATCH] chore: Added isBeta to examples --- .../react-core/src/components/Compass/examples/Compass.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ```