Skip to content

Commit a649953

Browse files
authored
Fix label example
1 parent 36a49c5 commit a649953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/App.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>Flip</h2>
3030
<h2>Label</h2>
3131
<p><small>Accessible for screen readers, etc.</small></p>
3232
<p><Icon data={icons.code} label="Source Code"></Icon></p>
33-
<figure><pre class="prettyprint"><code>{'<Icon data=[code} label="Source Code"></Icon>'}</code></pre></figure>
33+
<figure><pre class="prettyprint"><code>{'<Icon data={code} label="Source Code"></Icon>'}</code></pre></figure>
3434
<!--
3535
<h2>Custom Class</h2>
3636
<p><small>Additional classes for custom styling</small></p>

0 commit comments

Comments
 (0)