Skip to content

Commit

Permalink
Merge pull request #2967 from josephrlee/patch-2
Browse files Browse the repository at this point in the history
Fix story link to display component in storybook properly
  • Loading branch information
Andrew565 authored Jun 26, 2024
2 parents e4e4675 + fdc9941 commit befe32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_components/divider.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ intro-text: "Dividers are used sparingly to separate significant sections of con

### Stars

{% include storybook-preview.html story="components-divider--default-story" %}
{% include storybook-preview.html story="components-divider--default" %}

## Usage

Expand All @@ -23,4 +23,4 @@ intro-text: "Dividers are used sparingly to separate significant sections of con
### When to consider something else

- Avoid using divider between short, individual items that are in close proximity with one another, _unless_ they are separating navigation links. Consider using white space or headers instead to create vertical separation.
- Use a background color box or card to separate a chunk of interactive elements, like search controls, from a list of search results.
- Use a background color box or card to separate a chunk of interactive elements, like search controls, from a list of search results.

0 comments on commit befe32e

Please sign in to comment.