Skip to content

Commit 0db7ef2

Browse files
committed
fix: remove story duplication
1 parent b444c99 commit 0db7ef2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

packages/react/src/components/FirstTimeOrientation/__stories__/FirstTimeOrientation.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ import { ArgTypes, Canvas, Meta } from '@storybook/blocks';
22
import { ArgsTable } from '@storybook/addon-docs';
33
import { FirstTimeOrientationStory } from './FirstTimeOrientation.stories.jsx';
44

5-
5+
<Meta
6+
isTemplate
7+
title="Components/FirstTimeOrientation"
8+
component="Template"
9+
10+
/>
611

712

813
# First-time orientation pattern
@@ -26,7 +31,8 @@ import { FirstTimeOrientationStory } from './FirstTimeOrientation.stories.jsx';
2631
The first-time orientation pattern is built using [InterstitialScreen component](https://ibm-products.carbondesignsystem.com/?path=/docs/experimental-onboarding-interstitialscreen) component from `@carbon/ibm-products`
2732
of the Carbon for IBM Product's library.
2833

29-
First-time orientation happens from the moment a user gains access to the product, post login, and guides them to realizing the product’s primary value. The pattern consist of a welcome interstitial and a personalization interstitial. You can fine more details in our [website](https://pages.github.ibm.com/carbon/ibm-products/patterns/onboarding-flows/orientation/)
34+
First-time orientation happens from the moment a user gains access to the product, post login, and guides them to realizing the product’s primary value.
35+
The pattern consist of a welcome interstitial and a personalization interstitial. Personalization interstitial uses [SelectableTag](https://react.carbondesignsystem.com/?path=/story/components-tag--selectable) from Carbon. You can find more details in our [website](https://pages.github.ibm.com/carbon/ibm-products/patterns/onboarding-flows/orientation/).
3036

3137

3238

0 commit comments

Comments
 (0)