Skip to content

Commit

Permalink
Update aries-site/src/pages/components/skeleton.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea authored Feb 23, 2024
1 parent e6adaca commit fb02946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries-site/src/pages/components/skeleton.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { DashBoardSkeletonExample, SkeletonAnatomy } from '../../examples';

### When not to use
- The user is awaiting feedback for in-context actions such as fetching search results. Use a [Spinner] (/components/spinner) instead.
- The user is awaiting feedback on a submission process, like submitting a form. Use a [Busy Button] (/components/button?q=button#busy-button) instead.
- The user is awaiting feedback on a submission process, like submitting a form. Use a [Busy Button](/components/button#busy-button) instead.

### Anatomy

Expand Down

0 comments on commit fb02946

Please sign in to comment.