Commit ab3c546f authored by Filipa Lacerda's avatar Filipa Lacerda

Remove arrow icon from folders

parent 51f03780
...@@ -442,7 +442,6 @@ module.exports = Vue.component('environment-item', { ...@@ -442,7 +442,6 @@ module.exports = Vue.component('environment-item', {
</a> </a>
<a v-else class="folder-name" :href="folderUrl"> <a v-else class="folder-name" :href="folderUrl">
<span class="folder-icon"> <span class="folder-icon">
<i class="fa fa-caret-right" aria-hidden="true"></i>
<i class="fa fa-folder" aria-hidden="true"></i> <i class="fa fa-folder" aria-hidden="true"></i>
</span> </span>
......
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