Fix members button icon to an actual icon, not a css hack

This commit is contained in:
Jeremy Zhang
2018-03-22 02:03:57 +00:00
parent 07cb047516
commit 9dfceaed13
3 changed files with 1 additions and 19 deletions

View File

@ -55,7 +55,7 @@
<div class="container">
<a href="{{ url_for("index") }}" target="_blank" class="brand-logo"><img src="{{ url_for('static', filename='img/titanembeds_shield.png') }}" /><span class="brand-logo-text"><strong class="align-top">Titan</strong><span class="align-top">Embeds</span> <span class="betatag align-top">BETA</span></span></a>
</div>
<a href="#" data-activates="members-nav" class="button-collapse right" id="members-btn"><i class="material-icons">person</i></a>
<a href="#" data-activates="members-nav" class="button-collapse right" id="members-btn"><i class="material-icons">people</i></a>
</div>
</nav>
</div>