1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-02-04 08:10:26 +01:00

Different note icon, was same as title

This commit is contained in:
2016-08-16 21:44:31 +02:00
parent 40b7937876
commit 9a15a9946c
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@
</div>
<div class="input-field col s12">
<i class="material-icons prefix">description</i>
<i class="material-icons prefix">comment</i>
<input placeholder="note" type="text" name="note" id="note" value="{{ bookmark.note }}" class="validate" />
<label for="note">Note</label>
</div>