Skip to content

Commit

Permalink
fixup! fixup! Omit link to legacy list of React synthetic events in c…
Browse files Browse the repository at this point in the history
…omponent documentation
  • Loading branch information
mbohal committed Feb 13, 2024
1 parent 0267046 commit a794c84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ docs_dir: 'src'

markdown_extensions:
- admonition
- attr_list
- def_list
- pymdownx.highlight:
use_pygments: false
Expand Down
4 changes: 2 additions & 2 deletions src/components/Alert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ with the API of the React component are forwarded to the root `<div>` HTML
element. This enables making the component interactive and helps to improve
its accessibility.

👉 For the full list of supported attributes refer to [div HTML element attributes]
and [React common props].
👉 For the full list of supported attributes refer to [div HTML element attributes]{:target="_blank"}
and [React common props]{:target="_blank"}.

## API

Expand Down

0 comments on commit a794c84

Please sign in to comment.