Skip to content

Commit 01f648f

Browse files
better headers in examples
1 parent 5f8a095 commit 01f648f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

examples/buttons/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2 id="button with icon"><a href="#button-with-icon">button with icon</a></h2>
9393
<pre id="viewSource-button-with-icon"></pre><script>showSource('button-with-icon')</script>
9494
<div id="div-button-with-icon"></div>
9595

96-
<h2 id="button-with-text-primary-no-border"><a href="#button-with-text-primary-no-border">button with text</a></h2>
96+
<h2 id="button-with-text-primary-no-border"><a href="#button-with-text-primary-no-border">button with text (primary color, no border)</a></h2>
9797
<script id="script-button-with-text-primary-no-border">
9898
window.addEventListener('DOMContentLoaded', (event) => {
9999
$('#div-button-with-text-primary-no-border').appendChild(
@@ -106,7 +106,7 @@ <h2 id="button-with-text-primary-no-border"><a href="#button-with-text-primary-n
106106
<pre id="viewSource-button-with-text-primary-no-border"></pre><script>showSource('button-with-text-primary-no-border')</script>
107107
<div id="div-button-with-text-primary-no-border"></div>
108108

109-
<h2 id="button-with-text-primary-needs-border"><a href="#button-with-text-primary-needs-border">button with text</a>
109+
<h2 id="button-with-text-primary-needs-border"><a href="#button-with-text-primary-needs-border">button with text< (primary color, needs border)/a>
110110
</h2>
111111
<script id="script-button-with-text-primary-needs-border">
112112
window.addEventListener('DOMContentLoaded', (event) => {
@@ -120,7 +120,7 @@ <h2 id="button-with-text-primary-needs-border"><a href="#button-with-text-primar
120120
<pre id="viewSource-button-with-text-primary-needs-border"></pre><script>showSource('button-with-text-primary-needs-border')</script>
121121
<div id="div-button-with-text-primary-needs-border"></div>
122122

123-
<h2 id="button-with-text-secondary-no-border"><a href="#button-with-text-secondary-no-border">button with text</a>
123+
<h2 id="button-with-text-secondary-no-border"><a href="#button-with-text-secondary-no-border">button with text (secondary color, no border)</a>
124124
</h2>
125125
<script id="script-button-with-text-secondary-no-border">
126126
window.addEventListener('DOMContentLoaded', (event) => {
@@ -134,8 +134,7 @@ <h2 id="button-with-text-secondary-no-border"><a href="#button-with-text-seconda
134134
<pre id="viewSource-button-with-text-secondary-no-border"></pre><script>showSource('button-with-text-secondary-no-border')</script>
135135
<div id="div-button-with-text-secondary-no-border"></div>
136136

137-
<h2 id="button-with-text-secondary-needs-border"><a href="#button-with-text-secondary-needs-border">button with
138-
text</a></h2>
137+
<h2 id="button-with-text-secondary-needs-border"><a href="#button-with-text-secondary-needs-border">button with text (secondary color, needs border)</a></h2>
139138
<script id="script-button-with-text-secondary-needs-border">
140139
window.addEventListener('DOMContentLoaded', (event) => {
141140
$('#div-button-with-text-secondary-needs-border').appendChild(

0 commit comments

Comments
 (0)