Skip to content

Commit 573a59d

Browse files
committed
Fix cloud icon in code example
1 parent 717bd17 commit 573a59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jade/page-contents/buttons_content.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ <h2 class="header">Large</h2>
8686
<a class="waves-effect waves-light btn-large"><i class="material-icons right">cloud</i>button</a>
8787
<pre><code class="language-markup col s12">
8888
&lt;a class="waves-effect waves-light btn-large">Button&lt;/a>
89-
&lt;a class="waves-effect waves-light btn-large">&lt;i class="material-icons left">&lt;/i>button&lt;/a>
90-
&lt;a class="waves-effect waves-light btn-large">&lt;i class="material-icons right">cloud</i>&lt;/i>button&lt;/a>
89+
&lt;a class="waves-effect waves-light btn-large">&lt;i class="material-icons left">cloud&lt;/i>button&lt;/a>
90+
&lt;a class="waves-effect waves-light btn-large">&lt;i class="material-icons right">cloud&lt;/i>button&lt;/a>
9191
</code></pre>
9292
</div>
9393
<div id="disabled" class="section scrollspy">

0 commit comments

Comments
 (0)