Removes the word "Kim" from the list view

This commit is contained in:
Shannon
2018-11-20 15:25:02 +11:00
parent 9ae4d1cdf5
commit d5a8e7751b

View File

@@ -61,7 +61,7 @@
<a ng-click="createFromBlueprint(key)">
<i class="large {{docType.icon}}"></i>
<span class="menu-label">
{{value}} Kim
{{value}}
</span>
</a>
</li>