diff --git a/common/button/button-en.html b/common/button/button-en.html index 6c31a2051..348d32c4a 100644 --- a/common/button/button-en.html +++ b/common/button/button-en.html @@ -36,18 +36,16 @@

Button vs links

Do not use the role button on an anchor, use a button element instead.

-

Basic use

+

Basic use (Default)

-

Default

- -

Working example

-
Scaffolding (Default):
+

Working example

+

Scaffolding (Default):

Link -
With the default style:
+

With the default style:

@@ -88,7 +86,7 @@

Working example

-Link styled as a button +Anchor <a> styled as a button

Code sample


diff --git a/common/button/button-fr.html b/common/button/button-fr.html
index bffdbc6fb..d56e0addd 100644
--- a/common/button/button-fr.html
+++ b/common/button/button-fr.html
@@ -36,18 +36,16 @@ 

Bouton contre liens

N'utilisez pas le bouton de rôle sur une ancre, utilisez plutôt un élément de bouton.

-

Utilisation de base

+

Utilisation de base (Par défaut)

-

Par défaut

- -

Exemple de travail

-
Échafaudage (par défaut):
+

Exemple de travail

+

Échafaudage (par défaut):

Lien -
Avec le style par défaut:
+

Avec le style par défaut:

@@ -88,7 +86,7 @@

Exemple de travail

-Lien sous forme de bouton +Ancre <a> sous forme de bouton

Code sample


diff --git a/common/button/index.json-ld b/common/button/index.json-ld
index a2a4efff6..984d44484 100644
--- a/common/button/index.json-ld
+++ b/common/button/index.json-ld
@@ -18,7 +18,7 @@
 	"componentName": "button",
 	"status": "stable",
 	"pages": {
-		"docs": [
+		"examples": [
 			{
 				"title": "Buttons",
 				"language": "en",