removes more link from list element into div (#11218)

This commit is contained in:
v-bbrady
2020-07-07 11:06:44 -07:00
committed by GitHub
parent 3cf48fb207
commit 9f0584f88f

View File

@@ -107,13 +107,11 @@ export default () => `
<!-- Filled programmatically -->
</ul>
<p class="none detail">No recent folders</p>
<ul class="moreRecent-list">
<li class="moreRecent">
<a class="ads-welcome-page-link" href="command:workbench.action.openRecent">${escape(localize('welcomePage.moreRecent', "Show more"))}
<i class="icon-arrow-down-dark"></i>
</a>
</li>
</ul>
<div class="moreRecent">
<a class="ads-welcome-page-link" href="command:workbench.action.openRecent">${escape(localize('welcomePage.moreRecent', "Show more"))}
<i class="icon-arrow-down-dark"></i>
</a>
</div>
</div>
</div>
</div>