Skip to content

Commit 660bc2e

Browse files
committed
Fix wizard link to example screen
1 parent cd121cd commit 660bc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/wizard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface State {
1818
* @description: Wizard Component: a wizard presents a series of steps in prescribed order
1919
* that the user needs to complete in order to accomplish a goal (e.g. purchase a product).
2020
*
21-
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/WizardScreen.js
21+
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/WizardScreen.tsx
2222
* @notes: Use Wizard with nested Wizard.Step(s) to achieve the desired result.
2323
* @gif: https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Wizard/Wizard.gif?raw=true
2424
* @image: https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Wizard/WizardPresets.png?raw=true

0 commit comments

Comments
 (0)