Skip to content
Snippets Groups Projects

Resolve "Change material icon set"

Merged Jonathan Weth requested to merge 258-change-material-icon-set into master
All threads resolved!
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -56,13 +56,13 @@ Furthermore, you can use tabs with integrated icons that are higher, but more co
<ul class="tabs tabs-transparent tabs-icons tabs-fixed-width">
<li class="tab">
<a href="#test1">
<i class="material-icons">speaker_notes</i>
<i class="material-icons iconify" data-icon="mdi:speaker_notes"></i>
Test 1
</a>
</li>
<li class="tab">
<a href="#test2">
<i class="material-icons">people</i>
<i class="material-icons iconify" data-icon="mdi:people"></i>
Test 2
</a>
</li>
Loading