Skip to content

Commit

Permalink
Update CSS class name in button documentation #351
Browse files Browse the repository at this point in the history
Replace `something` with "`es-button` or `es-button-secondary`"
  • Loading branch information
neojp authored Oct 12, 2020
1 parent 389a2b5 commit f90c7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To add interactivity you can pass an action to `onClicked`
```

## Styling Links
It is also possible to style a link to look like a button using the `something` class
It is also possible to style a link to look like a button using the `es-button` or `es-button-secondary` class.

```html
<a href="https://emberjs.com" class="es-button">Go to Ember homepage</a>
Expand Down

0 comments on commit f90c7d5

Please sign in to comment.