diff --git a/packages/components/src/navigator/README.md b/packages/components/src/navigator/README.md index b56a82e0524eef..91d2f6f8937f28 100644 --- a/packages/components/src/navigator/README.md +++ b/packages/components/src/navigator/README.md @@ -11,13 +11,15 @@ const MyNavigation = () => (

This is the home screen.

- + Navigate to child screen.

This is the child screen.

- Go back + + Go back +
); diff --git a/packages/components/src/navigator/index.tsx b/packages/components/src/navigator/index.tsx index 1d9ae95441e01a..a427284d9f5fee 100644 --- a/packages/components/src/navigator/index.tsx +++ b/packages/components/src/navigator/index.tsx @@ -19,14 +19,14 @@ export { useNavigator } from './use-navigator'; * * *

This is the home screen.

- * + * * Navigate to child screen. * *
* * *

This is the child screen.

- * + * * Go back * *
@@ -48,14 +48,14 @@ export const Navigator = Object.assign( TopLevelNavigator, { * * *

This is the home screen.

- * + * * Navigate to child screen. * *
* * *

This is the child screen.

- * + * * Go back * *
@@ -79,14 +79,14 @@ export const Navigator = Object.assign( TopLevelNavigator, { * * *

This is the home screen.

- * + * * Navigate to child screen. * *
* * *

This is the child screen.

- * + * * Go back * *
@@ -110,14 +110,14 @@ export const Navigator = Object.assign( TopLevelNavigator, { * * *

This is the home screen.

- * + * * Navigate to child screen. * *
* * *

This is the child screen.

- * + * * Go back * *