Skip to content

Commit f90c7d5

Browse files
authored
Update CSS class name in button documentation #351
Replace `something` with "`es-button` or `es-button-secondary`"
1 parent 389a2b5 commit f90c7d5

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)