From f90c7d5aa956c0a7e0076901a53116af8164994f Mon Sep 17 00:00:00 2001 From: Joan Piedra Date: Mon, 12 Oct 2020 06:54:08 -0400 Subject: [PATCH] Update CSS class name in `button` documentation #351 Replace `something` with "`es-button` or `es-button-secondary`" --- docs/components/button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/button.md b/docs/components/button.md index ed7b1886..a4f05432 100644 --- a/docs/components/button.md +++ b/docs/components/button.md @@ -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 Go to Ember homepage