Skip to content

Commit

Permalink
docs: fix dialog aria link (#1461)
Browse files Browse the repository at this point in the history
current link is broken and gives a 404 error. new or updated link has a dash, think they also have a redirect without a dash but needs the forward slash at the end for it to work.
  • Loading branch information
lnsflive authored Nov 27, 2024
1 parent 79e8509 commit f4d6254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/components/dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ For example, if you have some global Toaster component that should not close the

## Accessibility

Adheres to the [Dialog WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/dialogmodal).
Adheres to the [Dialog WAI-ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/).

### Close icon button

Expand Down

0 comments on commit f4d6254

Please sign in to comment.