Browse Source

Merge pull request #5 from Cricksu/patch-1

Fix for icon-material.html - Wrong hint for usage
pull/12/head
Aigars Silkalns 6 years ago
committed by GitHub
parent
commit
909d30eca3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pages/icon-material.html

+ 2
- 2
pages/icon-material.html View File

@ -461,7 +461,7 @@
<div class="card">
<div class="card-header">
<h4 class="card-title">Material Icons</h4>
<h6 class="card-subtitle">you can use any icon with class of <code class="m-r-10">mid mid-</code>name of icon</h6>
<h6 class="card-subtitle">you can use any icon with class of <code class="m-r-10">mdi mdi-</code>name of icon</h6>
</div>
<div class="card-body">
<div class="material-icon-list-demo">
@ -2347,4 +2347,4 @@
<script src="../assets/libs/js/main-js.js"></script>
</body>
</html>
</html>

Loading…
Cancel
Save