Skip to content

Commit

Permalink
Fix incorrect Azure URL (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed May 13, 2024
1 parent e61f409 commit 0e5b0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ui-patterns/loading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ If the user needs to wait for filtering to complete, a screen reader should anno
To ensure that assistive technology is informed about the filter update, put the message in an element that has a `role` of `"status"`. The element with `role="status"` must always be rendered, not just when the message should be announced.

Implementations of this pattern can be seen in the following examples:
- [Lookbook - Autocomplete](https://view-components-storybook.eastus.cloudapp.azure.com/view-components/lookbook/inspect/primer/alpha/auto_complete/playground)
- [Lookbook - Autocomplete](https://primer.style/view-components/lookbook/inspect/primer/alpha/auto_complete/playground)
- [Storybook - ActionList](https://primer.style/react/storybook/?path=/story/components-actionlist-examples--async-list-with-spinner)

</div>
Expand Down

0 comments on commit 0e5b0a3

Please sign in to comment.