Skip to content

Commit

Permalink
Change text-only link to a button type (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanWallace authored Sep 6, 2023
1 parent 3eb41f9 commit 416c042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/en/components/button/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ A button is an interactive object that highlights an important or common action.
<gcds-button button-role="secondary">Secondary label</gcds-button>
<gcds-button button-role="danger">Danger label</gcds-button>
<gcds-button button-role="skip-to-content">Skip-to-content label</gcds-button>
<gcds-button type="link" button-style="text-only" href="#">Text-only label</gcds-button>
<gcds-button button-style="text-only">Text-only label</gcds-button>
{% endcomponentPreview %}
2 changes: 1 addition & 1 deletion src/fr/composants/bouton/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Un bouton est un composant interactif qui met en évidence une action importante
<gcds-button button-role="secondary">Secondaire</gcds-button>
<gcds-button button-role="danger">Danger</gcds-button>
<gcds-button button-role="skip-to-content">Aller au contenu</gcds-button>
<gcds-button type="link" button-style="text-only" href="#">Text-only label</gcds-button>
<gcds-button button-style="text-only">Text-only label</gcds-button>
{% endcomponentPreview %}

0 comments on commit 416c042

Please sign in to comment.