Skip to content

Commit a5659f3

Browse files
authored
Merge pull request #352 from neojp/patch-1
Update CSS class name in `button` documentation
2 parents 389a2b5 + f90c7d5 commit a5659f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/button.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To add interactivity you can pass an action to `onClicked`
3333
```
3434

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

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

0 commit comments

Comments
 (0)