Skip to content

Commit

Permalink
docs(Dialog): update broken link (#3780)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiot76 committed Apr 23, 2023
1 parent a8e5327 commit 6ea6a97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/base/src/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface DialogProps extends Partial<Omit<OverlayProps, 'fullScreen'>> {

/** Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.
* You can wrap any component with a simple Dialog component to display quick information to the user.
* Also receives all [Overlay](https://reactnativeelements.com/docs/overlay#props) props except `fullscreen`. */
* Also receives all [Overlay](https://reactnativeelements.com/docs/components/overlay#props) props except `fullscreen`. */
export const DialogBase: RneFunctionComponent<DialogProps> = ({
children,
overlayStyle,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/components/Dialog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Usage from "../component_usage/Dialog.mdx";

Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.
You can wrap any component with a simple Dialog component to display quick information to the user.
Also receives all [Overlay](https://reactnativeelements.com/docs/overlay#props) props except `fullscreen`.
Also receives all [Overlay](https://reactnativeelements.com/docs/components/overlay#props) props except `fullscreen`.

## Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Usage from "../component_usage/Dialog.mdx";

Dialogs inform users about a task and can contain critical information, require decisions, or involve multiple tasks.
You can wrap any component with a simple Dialog component to display quick information to the user.
Also receives all [Overlay](https://reactnativeelements.com/docs/overlay#props) props except `fullscreen`.
Also receives all [Overlay](https://reactnativeelements.com/docs/components/overlay#props) props except `fullscreen`.

## Usage

Expand Down

0 comments on commit 6ea6a97

Please sign in to comment.