Commit b2f18828 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Update i tags so they are not self closed

parent 912d1317
......@@ -140,10 +140,10 @@ export default {
<i
v-show="group.isOpen"
class="fa fa-folder-open"
aria-hidden="true" />
aria-hidden="true"></i>
<i
v-show="!group.isOpen"
class="fa fa-folder" />
class="fa fa-folder"></i>
</span>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment