Import Collections directly from Docs page

This commit is contained in:
Liyas Thomas
2020-07-18 17:46:29 +05:30
parent 1827a98284
commit ebe351ff0f
7 changed files with 15 additions and 16 deletions

View File

@@ -14,8 +14,6 @@
<style scoped lang="scss">
fieldset {
display: flex;
flex: 1;
margin: 16px 0;
border-radius: 8px;
background-color: var(--bg-dark-color);

View File

@@ -126,7 +126,7 @@
<nav class="secondary-nav">
<ul>
<li>
<a href="#collections" v-tooltip.right="$t('collections')">
<a href="#import" v-tooltip.right="$t('import')">
<i class="material-icons">folder</i>
</a>
</li>