Skip to content

Commit

Permalink
Update button guidance to suggest using links for navigating within t…
Browse files Browse the repository at this point in the history
…he current page
  • Loading branch information
JeffersonBledsoe committed Nov 24, 2021
1 parent 2f139d3 commit 3a54966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/_guidance.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ layout: blank-layout.hbs
</ul>

<h3>Buttons vs. links</h3>
<p>Buttons should be used if there is an <em>action</em> performed. For navigating users to different pages, use a text link instead.</p>
<p>Buttons should be used if there is an <em>action</em> performed. For navigating users to different pages or to another part within the same page, use a text link instead.</p>
<h3>Button states</h3>
<p>Buttons are styled according to their purpose:</p>
<ul>
Expand Down

0 comments on commit 3a54966

Please sign in to comment.