added comment about remaining class, updated span to i tag, fixes #30

This commit is contained in:
Micah Godbolt
2019-02-27 17:35:05 -08:00
parent 9de2470ad3
commit 7209ff9c5b
5 changed files with 7 additions and 5 deletions

View File

@@ -32,7 +32,7 @@
</li>
</ul>
<footer>
<span><span class="remaining">4</span> items left</span>
<span><i class="remaining">4</i> items left</span>
<button onclick="clearCompleted()" class="submit">Clear Completed</button>
</footer>
</body>